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