mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -7,9 +7,9 @@ class LevelInfo {
|
||||
LevelInfo({this.privilegeType, this.name, this.price, this.memberTotal});
|
||||
|
||||
factory LevelInfo.fromJson(Map<String, dynamic> json) => LevelInfo(
|
||||
privilegeType: json['privilege_type'] as int?,
|
||||
name: json['name'] as String?,
|
||||
price: json['price'] as int?,
|
||||
memberTotal: json['member_total'] as int?,
|
||||
);
|
||||
privilegeType: json['privilege_type'] as int?,
|
||||
name: json['name'] as String?,
|
||||
price: json['price'] as int?,
|
||||
memberTotal: json['member_total'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user