isSuccess property

bool get isSuccess

Returns true if the status is LxSuccess.

Implementation

bool get isSuccess => value is LxSuccess<T>;