mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +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