isSuccess property
bool
get
isSuccess
Whether the request succeeded.
Implementation
bool get isSuccess => this is ApiSuccess<T>;
Whether the request succeeded.
bool get isSuccess => this is ApiSuccess<T>;