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