GoogleCloudChannelV1Media constructor

GoogleCloudChannelV1Media({
  1. String? content,
  2. String? title,
  3. String? type,
})

Implementation

GoogleCloudChannelV1Media({this.content, this.title, this.type});