MembershipMetadataInput constructor

MembershipMetadataInput(
  1. String channelId, {
  2. Map<String, dynamic>? custom,
  3. String? status,
  4. String? type,
})

Implementation

MembershipMetadataInput(this.channelId,
    {this.custom, this.status, this.type});