Creates a RateLimit.
const RateLimit({ required this.name, required this.limit, required this.remaining, required this.resetSeconds, });