CommonRules constructor

const CommonRules({
  1. String? tag,
  2. int? serveExpiredTTL,
  3. String? clientIP,
  4. bool? disableCache,
  5. bool? serveStale,
})

Implementation

const CommonRules({
  this.tag,
  this.serveExpiredTTL,
  this.clientIP,
  this.disableCache,
  this.serveStale,
});