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