LiveStreamContentDetails.fromJson constructor
LiveStreamContentDetails.fromJson(
- Map json_
Implementation
LiveStreamContentDetails.fromJson(core.Map json_)
: this(
closedCaptionsIngestionUrl:
json_['closedCaptionsIngestionUrl'] as core.String?,
isReusable: json_['isReusable'] as core.bool?,
);