ImageFreshnessCheck.fromJson constructor

ImageFreshnessCheck.fromJson(
  1. Map json_
)

Implementation

ImageFreshnessCheck.fromJson(core.Map json_)
    : this(
        maxUploadAgeDays: json_['maxUploadAgeDays'] as core.int?,
      );