isAllPinsExpired property
Returns true if all pins for the domain have expired.
This error occurs when all configured pins for a domain have passed their expiration date.
Implementation
bool get isAllPinsExpired => code == 'ALL_PINS_EXPIRED';
Returns true if all pins for the domain have expired.
This error occurs when all configured pins for a domain have passed their expiration date.
bool get isAllPinsExpired => code == 'ALL_PINS_EXPIRED';