isSuccess property

bool get isSuccess

Returns true if the status is PagifyAsyncCallStatus.success.

Implementation

bool get isSuccess => this == PagifyAsyncCallStatus.success;