FreshnessOptions.fromJson constructor

FreshnessOptions.fromJson(
  1. Map json_
)

Implementation

FreshnessOptions.fromJson(core.Map json_)
    : this(
        freshnessDuration: json_['freshnessDuration'] as core.String?,
        freshnessProperty: json_['freshnessProperty'] as core.String?,
      );