mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 09:37:52 +08:00
@@ -5,7 +5,7 @@ class FirstEp {
|
||||
FirstEp({this.cover, this.epId});
|
||||
|
||||
factory FirstEp.fromJson(Map<String, dynamic> json) => FirstEp(
|
||||
cover: json['cover'] as String?,
|
||||
epId: json['ep_id'] as int?,
|
||||
);
|
||||
cover: json['cover'] as String?,
|
||||
epId: json['ep_id'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user