mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-03 09:10:13 +08:00
@@ -6,8 +6,8 @@ class Achieve {
|
||||
Achieve({this.isDefault, this.image, this.achieveUrl});
|
||||
|
||||
factory Achieve.fromJson(Map<String, dynamic> json) => Achieve(
|
||||
isDefault: json['is_default'] as bool?,
|
||||
image: json['image'] as String?,
|
||||
achieveUrl: json['achieve_url'] as String?,
|
||||
);
|
||||
isDefault: json['is_default'] as bool?,
|
||||
image: json['image'] as String?,
|
||||
achieveUrl: json['achieve_url'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user