isError property

bool get isError

Returns true if the status is PagifyAsyncCallStatus.error.

Implementation

bool get isError => this == PagifyAsyncCallStatus.error;