mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -20,13 +20,13 @@ class Season {
|
||||
});
|
||||
|
||||
factory Season.fromJson(Map<String, dynamic> json) => Season(
|
||||
seasonId: json['season_id'] as int?,
|
||||
title: json['title'] as String?,
|
||||
seasonStatus: json['season_status'] as int?,
|
||||
isFinish: json['is_finish'] as int?,
|
||||
totalCount: json['total_count'] as int?,
|
||||
newestEpId: json['newest_ep_id'] as int?,
|
||||
newestEpIndex: json['newest_ep_index'] as String?,
|
||||
seasonType: json['season_type'] as int?,
|
||||
);
|
||||
seasonId: json['season_id'] as int?,
|
||||
title: json['title'] as String?,
|
||||
seasonStatus: json['season_status'] as int?,
|
||||
isFinish: json['is_finish'] as int?,
|
||||
totalCount: json['total_count'] as int?,
|
||||
newestEpId: json['newest_ep_id'] as int?,
|
||||
newestEpIndex: json['newest_ep_index'] as String?,
|
||||
seasonType: json['season_type'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user