mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-23 17:48:37 +00:00
@@ -8,7 +8,7 @@ class WatchedShow {
|
||||
});
|
||||
|
||||
factory WatchedShow.fromJson(Map<String, dynamic> json) => WatchedShow(
|
||||
textSmall: json['text_small'] as String?,
|
||||
textLarge: json['text_large'] as String?,
|
||||
);
|
||||
textSmall: json['text_small'] as String?,
|
||||
textLarge: json['text_large'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user