isIdle property

bool get isIdle

Returns true if the status is LxIdle.

Implementation

bool get isIdle => value is LxIdle<T>;