isSuccess property
bool
get
isSuccess
Returns true if the status is PagifyAsyncCallStatus.success.
Implementation
bool get isSuccess => this == PagifyAsyncCallStatus.success;
Returns true if the status is PagifyAsyncCallStatus.success.
bool get isSuccess => this == PagifyAsyncCallStatus.success;