hasError property

bool get hasError

Returns true if the status is LxError.

Implementation

bool get hasError => this is LxError<T>;