ImageFreshnessCheck.fromJson constructor
ImageFreshnessCheck.fromJson(
- Map json_
Implementation
ImageFreshnessCheck.fromJson(core.Map json_)
: this(
maxUploadAgeDays: json_.containsKey('maxUploadAgeDays')
? json_['maxUploadAgeDays'] as core.int
: null,
);