isNetworkError property

bool get isNetworkError

Returns true if the status is PagifyAsyncCallStatus.networkError.

Implementation

bool get isNetworkError => this == PagifyAsyncCallStatus.networkError;