MdGroupChannel constructor

MdGroupChannel({
  1. String? name,
  2. String? coverUrl,
  3. String? channelUrl,
  4. String? customType,
  5. bool? isDistinct,
  6. bool? isPublic,
  7. bool? isEphemeral,
  8. String? data,
  9. bool? isCreated,
  10. bool? isDiscoverable,
  11. bool? isSuper,
  12. bool? freeze,
  13. int? memberCount,
  14. int? joinedMemberCount,
  15. int? maxLengthMessage,
  16. int? createdAt,
  17. List<Member>? members,
  18. String? uuid,
  19. bool? active,
  20. String? createdTs,
  21. String? updatedTs,
  22. String? createdBy,
  23. String? updatedBy,
  24. String? communityId,
  25. List<Operator>? operators,
})

Implementation

MdGroupChannel({
  this.name,
  this.coverUrl,
  this.channelUrl,
  this.customType,
  this.isDistinct,
  this.isPublic,
  this.isEphemeral,
  this.data,
  this.isCreated,
  this.isDiscoverable,
  this.isSuper,
  this.freeze,
  this.memberCount,
  this.joinedMemberCount,
  this.maxLengthMessage,
  this.createdAt,
  this.members,
  this.uuid,
  this.active,
  this.createdTs,
  this.updatedTs,
  this.createdBy,
  this.updatedBy,
  this.communityId,
  this.operators,
});