YoutubeVideoAsset.fromJson constructor

YoutubeVideoAsset.fromJson(
  1. Map json_
)

Implementation

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