LiveChatMessageAuthorDetails constructor

LiveChatMessageAuthorDetails({
  1. String? channelId,
  2. String? channelUrl,
  3. String? displayName,
  4. bool? isChatModerator,
  5. bool? isChatOwner,
  6. bool? isChatSponsor,
  7. bool? isVerified,
  8. String? profileImageUrl,
})

Implementation

LiveChatMessageAuthorDetails({
  this.channelId,
  this.channelUrl,
  this.displayName,
  this.isChatModerator,
  this.isChatOwner,
  this.isChatSponsor,
  this.isVerified,
  this.profileImageUrl,
});