isSuccessful property

bool get isSuccessful

Whether the check was successful

Implementation

bool get isSuccessful => error == null;