isPin property

bool isPin

Checks whether the current instance is a PIN AAID.

Returns: true if the current instance is a PIN AAID, false otherwise.

Implementation

bool get isPin {
  return this == Aaid.pin.rawValue;
}