isError property

bool get isError

Returns true if the status is LxError.

Implementation

bool get isError => value is LxError<T>;