mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -6,8 +6,8 @@ class ShieldRules {
|
||||
ShieldRules({this.rank = 0, this.verify = 0, this.level = 0});
|
||||
|
||||
factory ShieldRules.fromJson(Map<String, dynamic> json) => ShieldRules(
|
||||
rank: json['rank'] as int? ?? 0,
|
||||
verify: json['verify'] as int? ?? 0,
|
||||
level: json['level'] as int? ?? 0,
|
||||
);
|
||||
rank: json['rank'] as int? ?? 0,
|
||||
verify: json['verify'] as int? ?? 0,
|
||||
level: json['level'] as int? ?? 0,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user