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