parent
672c2a6c8c
commit
3c83a6c244
|
@ -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
Loading…
Reference in New Issue