isSuccessful property

bool isSuccessful

Implementation

bool get isSuccessful =>
    this == null ? true : this!.resultType == ResultType.success;