GoogleCloudChannelV1Media.fromJson constructor

GoogleCloudChannelV1Media.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1Media.fromJson(core.Map json_)
  : this(
      content: json_['content'] as core.String?,
      title: json_['title'] as core.String?,
      type: json_['type'] as core.String?,
    );