mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -5,7 +5,7 @@ class History {
|
||||
History({this.progress, this.duration});
|
||||
|
||||
factory History.fromJson(Map<String, dynamic> json) => History(
|
||||
progress: json['progress'] as int?,
|
||||
duration: json['duration'] as int?,
|
||||
);
|
||||
progress: json['progress'] as int?,
|
||||
duration: json['duration'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user