mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -4,14 +4,14 @@ part 'audios.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class Audios {
|
||||
int? count;
|
||||
List<dynamic>? item;
|
||||
int? count;
|
||||
List<dynamic>? item;
|
||||
|
||||
Audios({this.count, this.item});
|
||||
Audios({this.count, this.item});
|
||||
|
||||
factory Audios.fromJson(Map<String, dynamic> json) {
|
||||
return _$AudiosFromJson(json);
|
||||
}
|
||||
factory Audios.fromJson(Map<String, dynamic> json) {
|
||||
return _$AudiosFromJson(json);
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() => _$AudiosToJson(this);
|
||||
Map<String, dynamic> toJson() => _$AudiosToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user