isIdle property

bool get isIdle

Check if is idle

Implementation

bool get isIdle => this is IdleState<T, E>;