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