toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (adaptationModifiers != null)
'adaptationModifiers': adaptationModifiers!,
if (bootConversion != null) 'bootConversion': bootConversion!,
if (generalize != null) 'generalize': generalize!,
if (licenseType != null) 'licenseType': licenseType!,
};