My brain hurts

I guess i should get drunk
This commit is contained in:
dan63047 2024-10-11 01:35:48 +03:00
parent 672c2a6c8c
commit 3c83a6c244
2 changed files with 749 additions and 526 deletions

View File

@ -14,7 +14,7 @@ class TetrioPlayer {
late String role; late String role;
int? avatarRevision; int? avatarRevision;
int? bannerRevision; int? bannerRevision;
DateTime? registrationTime; late DateTime registrationTime;
List<Badge> badges = []; List<Badge> badges = [];
String? bio; String? bio;
String? country; String? country;
@ -39,7 +39,7 @@ class TetrioPlayer {
required this.state, required this.state,
this.avatarRevision, this.avatarRevision,
this.bannerRevision, this.bannerRevision,
this.registrationTime, required this.registrationTime,
required this.badges, required this.badges,
this.bio, this.bio,
this.country, this.country,

File diff suppressed because it is too large Load Diff