isDevicePasscode property
Checks whether the current instance is a device passcode AAID.
Returns: true if the current instance is a device passcode AAID, false otherwise.
Implementation
bool get isDevicePasscode {
return this == Aaid.devicePasscode.rawValue;
}