YoutubeVideoAsset.fromJson constructor
YoutubeVideoAsset.fromJson(
- Map json_
Implementation
YoutubeVideoAsset.fromJson(core.Map json_)
: this(youtubeVideoId: json_['youtubeVideoId'] as core.String?);
YoutubeVideoAsset.fromJson(core.Map json_)
: this(youtubeVideoId: json_['youtubeVideoId'] as core.String?);