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