isSuccess property
bool
get
isSuccess
Whether the implementation upholds every check that ran.
Implementation
bool get isSuccess => failures.isEmpty;
Whether the implementation upholds every check that ran.
bool get isSuccess => failures.isEmpty;