MmRole constructor
MmRole({})
Returns a new MmRole instance.
Implementation
MmRole({
this.id,
this.name,
this.displayName,
this.description,
this.permissions = const [],
this.schemeManaged,
});
Returns a new MmRole instance.
MmRole({
this.id,
this.name,
this.displayName,
this.description,
this.permissions = const [],
this.schemeManaged,
});