isFailure property

bool get isFailure

Whether pin validation reached a definitive failure verdict.

Implementation

bool get isFailure => error != null;