isCooldown property
bool
get
isCooldown
Check if currently in cooldown.
Implementation
bool get isCooldown => runtimeState is FastModeCooldown;
Check if currently in cooldown.
bool get isCooldown => runtimeState is FastModeCooldown;