isSuccess property

bool get isSuccess

Whether the implementation upholds every check that ran.

Implementation

bool get isSuccess => failures.isEmpty;