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