mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -6,8 +6,8 @@ class MatchInfoData {
|
||||
MatchInfoData({this.contest});
|
||||
|
||||
factory MatchInfoData.fromJson(Map<String, dynamic> json) => MatchInfoData(
|
||||
contest: json['contest'] == null
|
||||
? null
|
||||
: MatchContest.fromJson(json['contest'] as Map<String, dynamic>),
|
||||
);
|
||||
contest: json['contest'] == null
|
||||
? null
|
||||
: MatchContest.fromJson(json['contest'] as Map<String, dynamic>),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user