menu
youtube_integration package
documentation
models/search_videos_model/high.dart
High
High.fromJson factory constructor
High.fromJson factory constructor
dark_mode
light_mode
High.fromJson
constructor
High.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory High.fromJson(Map<String, dynamic> json) => High( url: json['url'] as String?, );
youtube_integration package
documentation
models/search_videos_model/high
High
High.fromJson factory constructor
High class