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