MmSidebarCategory constructor

MmSidebarCategory({
  1. String? id,
  2. String? userId,
  3. String? teamId,
  4. String? displayName,
  5. MmSidebarCategoryTypeEnum? type,
})

Returns a new MmSidebarCategory instance.

Implementation

MmSidebarCategory({
  this.id,
  this.userId,
  this.teamId,
  this.displayName,
  this.type,
});