hasSlotMaster property
Returns true
if the list contains UserCapability.slotMaster. Otherwise false
.
Implementation
bool get hasSlotMaster => contains(UserCapability.slotMaster);
Returns true
if the list contains UserCapability.slotMaster. Otherwise false
.
bool get hasSlotMaster => contains(UserCapability.slotMaster);