isSlotMaster property
Returns true
if this capability is UserCapability.slotMaster. Otherwise false
.
Implementation
bool get isSlotMaster => this == UserCapability.slotMaster;
Returns true
if this capability is UserCapability.slotMaster. Otherwise false
.
bool get isSlotMaster => this == UserCapability.slotMaster;