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