isPin property
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;
}
Checks whether the current instance is a PIN AAID.
Returns: true if the current instance is a PIN AAID, false otherwise.
bool get isPin {
return this == Aaid.pin.rawValue;
}