const RateLimit({ required this.maxExecutions, required this.window, }) : assert(maxExecutions > 0, 'maxExecutions must be > 0');