isBiometric property

bool isBiometric

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;
}