isSuccess property

bool get isSuccess

Fetch completed successfully.

Implementation

bool get isSuccess => _status == HopeStatus.success;