mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-06 02:30:12 +08:00
11
lib/models_new/fav/fav_pgc/highlight_ineffective_hd.dart
Normal file
11
lib/models_new/fav/fav_pgc/highlight_ineffective_hd.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
class HighlightIneffectiveHd {
|
||||
String? typeUrl;
|
||||
|
||||
HighlightIneffectiveHd({this.typeUrl});
|
||||
|
||||
factory HighlightIneffectiveHd.fromJson(Map<String, dynamic> json) {
|
||||
return HighlightIneffectiveHd(
|
||||
typeUrl: json['type_url'] as String?,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user