HttpCacheControlResponseHeader constructor

HttpCacheControlResponseHeader({
  1. String? age,
  2. String? directive,
  3. String? expires,
})

Implementation

HttpCacheControlResponseHeader({
  this.age,
  this.directive,
  this.expires,
});