ImageImportOsAdaptationParameters constructor
ImageImportOsAdaptationParameters({
- List<
AdaptationModifier> ? adaptationModifiers, - String? bootConversion,
- bool? generalize,
- String? licenseType,
Implementation
ImageImportOsAdaptationParameters({
this.adaptationModifiers,
this.bootConversion,
this.generalize,
this.licenseType,
});