errorOrNull property

Object? get errorOrNull

Returns the current error if the status is LxError, otherwise null.

Implementation

Object? get errorOrNull => value.errorOrNull;