cooldown property

int cooldown

Cooldown count

Implementation

int get cooldown {
  _checkInitialized();
  return state!._channelState.channel?.cooldown ?? 0;
}