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

File diff suppressed because it is too large Load Diff