RateLimitHit constructor

const RateLimitHit(
  1. int count,
  2. DateTime resetAt
)

Implementation

const RateLimitHit(this.count, this.resetAt);