isFailure property

bool get isFailure

Returns true when the result is a TrackerError.

Implementation

bool get isFailure => this is TrackerError<T>;