ChannelMembership constructor

ChannelMembership({
  1. String? channelArn,
  2. DateTime? createdTimestamp,
  3. Identity? invitedBy,
  4. DateTime? lastUpdatedTimestamp,
  5. Identity? member,
  6. ChannelMembershipType? type,
})

Implementation

ChannelMembership({
  this.channelArn,
  this.createdTimestamp,
  this.invitedBy,
  this.lastUpdatedTimestamp,
  this.member,
  this.type,
});