mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-02 16:19:44 +08:00
@@ -28,17 +28,17 @@ class DigitalInfo {
|
||||
});
|
||||
|
||||
factory DigitalInfo.fromJson(Map<String, dynamic> json) => DigitalInfo(
|
||||
active: json['active'] as bool?,
|
||||
jumpUrl: json['jump_url'] as String?,
|
||||
nftType: json['nft_type'] as int?,
|
||||
backgroundHandle: json['background_handle'] as int?,
|
||||
animationFirstFrame: json['animation_first_frame'] as String?,
|
||||
musicAlbum: json['music_album'] as dynamic,
|
||||
animation: json['animation'] as dynamic,
|
||||
nftRegionTitle: json['nft_region_title'] as String?,
|
||||
cardId: json['card_id'] as int?,
|
||||
cutSpaceBg: json['cut_space_bg'] as String?,
|
||||
partType: json['part_type'] as int?,
|
||||
itemJumpUrl: json['item_jump_url'] as String?,
|
||||
);
|
||||
active: json['active'] as bool?,
|
||||
jumpUrl: json['jump_url'] as String?,
|
||||
nftType: json['nft_type'] as int?,
|
||||
backgroundHandle: json['background_handle'] as int?,
|
||||
animationFirstFrame: json['animation_first_frame'] as String?,
|
||||
musicAlbum: json['music_album'] as dynamic,
|
||||
animation: json['animation'] as dynamic,
|
||||
nftRegionTitle: json['nft_region_title'] as String?,
|
||||
cardId: json['card_id'] as int?,
|
||||
cutSpaceBg: json['cut_space_bg'] as String?,
|
||||
partType: json['part_type'] as int?,
|
||||
itemJumpUrl: json['item_jump_url'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user