FreshnessOptions constructor

FreshnessOptions({
  1. String? freshnessDuration,
  2. String? freshnessProperty,
})

Implementation

FreshnessOptions({
  this.freshnessDuration,
  this.freshnessProperty,
});