isSuccess property
bool
get
isSuccess
Returns true when the result is a TrackerSuccess.
Implementation
bool get isSuccess => this is TrackerSuccess<T>;
Returns true when the result is a TrackerSuccess.
bool get isSuccess => this is TrackerSuccess<T>;