isIdle property

bool isIdle

Wether the state is in the idle status

Implementation

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