ChannelMetadataInput constructor

ChannelMetadataInput({
  1. String? name,
  2. String? description,
  3. dynamic custom,
})

Implementation

ChannelMetadataInput({this.name, this.description, this.custom});