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