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