mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
@@ -6,7 +6,7 @@ part 'season.g.dart';
|
||||
@JsonSerializable()
|
||||
class Season {
|
||||
int? count;
|
||||
List<Item>? item;
|
||||
List<SpaceArchiveItem>? item;
|
||||
|
||||
Season({this.count, this.item});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user