isIdle property
bool
get
isIdle
Wether the state is in the idle status
Implementation
bool get isIdle => status == StateStatus.isIdle;
Wether the state is in the idle status
bool get isIdle => status == StateStatus.isIdle;