MmSidebarCategory constructor
MmSidebarCategory({
- String? id,
- String? userId,
- String? teamId,
- String? displayName,
- MmSidebarCategoryTypeEnum? type,
Returns a new MmSidebarCategory instance.
Implementation
MmSidebarCategory({
this.id,
this.userId,
this.teamId,
this.displayName,
this.type,
});