isSuccess property

bool get isSuccess

Returns true when the result is a TrackerSuccess.

Implementation

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