isSlotMaster property

bool get isSlotMaster

Returns true if this capability is UserCapability.slotMaster. Otherwise false.

Implementation

bool get isSlotMaster => this == UserCapability.slotMaster;