hasValue property

bool get hasValue

Returns true if the status is LxSuccess.

Implementation

bool get hasValue => this is LxSuccess<T>;