FastModeCooldown constructor

const FastModeCooldown({
  1. required int resetAt,
  2. required CooldownReason reason,
})

Implementation

const FastModeCooldown({required this.resetAt, required this.reason});