mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -6,8 +6,8 @@ class PartSubtitle {
|
||||
PartSubtitle({this.startTimestamp, this.endTimestamp, this.content});
|
||||
|
||||
factory PartSubtitle.fromJson(Map<String, dynamic> json) => PartSubtitle(
|
||||
startTimestamp: json['start_timestamp'] as int?,
|
||||
endTimestamp: json['end_timestamp'] as int?,
|
||||
content: json['content'] as String?,
|
||||
);
|
||||
startTimestamp: json['start_timestamp'] as int?,
|
||||
endTimestamp: json['end_timestamp'] as int?,
|
||||
content: json['content'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user