isIdle property

bool get isIdle

Wether the state is in the idle status

Implementation

bool get isIdle => status == StateStatus.isIdle;