mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 17:47:46 +08:00
@@ -28,7 +28,7 @@ class ReservationCardItem {
|
||||
total: json['total'] ?? 0,
|
||||
isFollow: json['is_follow'] == 1,
|
||||
livePlanStartTime: json['live_plan_start_time'] as int?,
|
||||
descText1: noneNullOrEmptyString(json['desc_text_1']?['text']),
|
||||
descText1: nonNullOrEmptyString(json['desc_text_1']?['text']),
|
||||
dynamicId: json['dynamic_id'] as String?,
|
||||
lotteryPrizeInfo: json['lottery_prize_info'] == null
|
||||
? null
|
||||
|
||||
@@ -28,7 +28,7 @@ class TopImage {
|
||||
final item = json['item'];
|
||||
final img = item['image'];
|
||||
title = json['title'] == null ? null : TopTitle.fromJson(json['title']);
|
||||
_defaultImage = noneNullOrEmptyString(img?['default_image']);
|
||||
_defaultImage = nonNullOrEmptyString(img?['default_image']);
|
||||
fullCover = json['cover'];
|
||||
double dy = 0;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user