hasSlotMaster property

bool get hasSlotMaster

Returns true if the list contains UserCapability.slotMaster. Otherwise false.

Implementation

bool get hasSlotMaster => contains(UserCapability.slotMaster);