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