ImageImportOsAdaptationParameters.fromJson constructor

ImageImportOsAdaptationParameters.fromJson(
  1. Map json_
)

Implementation

ImageImportOsAdaptationParameters.fromJson(core.Map json_)
    : this(
        generalize: json_['generalize'] as core.bool?,
        licenseType: json_['licenseType'] as core.String?,
      );