mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-27 14:00:12 +08:00
opt: member page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -4,14 +4,14 @@ part 'favourite2.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class Favourite2 {
|
||||
int? count;
|
||||
List<dynamic>? item;
|
||||
int? count;
|
||||
List<dynamic>? item;
|
||||
|
||||
Favourite2({this.count, this.item});
|
||||
Favourite2({this.count, this.item});
|
||||
|
||||
factory Favourite2.fromJson(Map<String, dynamic> json) {
|
||||
return _$Favourite2FromJson(json);
|
||||
}
|
||||
factory Favourite2.fromJson(Map<String, dynamic> json) {
|
||||
return _$Favourite2FromJson(json);
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() => _$Favourite2ToJson(this);
|
||||
Map<String, dynamic> toJson() => _$Favourite2ToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user