isWaiting property

bool get isWaiting

Returns true if the status is LxWaiting.

Implementation

bool get isWaiting => value is LxWaiting<T>;