aggressive constant

RateLimit const aggressive

Implementation

static const RateLimit aggressive = RateLimit(
  maxExecutions: 50,
  window: Duration(minutes: 1),
);