isSuccess property

bool get isSuccess

Whether the request succeeded.

Implementation

bool get isSuccess => this is ApiSuccess<T>;