MmSidebarCategoryWithChannels constructor

MmSidebarCategoryWithChannels({
  1. String? id,
  2. String? userId,
  3. String? teamId,
  4. String? displayName,
  5. MmSidebarCategoryWithChannelsTypeEnum? type,
  6. List<String> channelIds = const [],
})

Returns a new MmSidebarCategoryWithChannels instance.

Implementation

MmSidebarCategoryWithChannels({
  this.id,
  this.userId,
  this.teamId,
  this.displayName,
  this.type,
  this.channelIds = const [],
});