toJson method

Map<String, dynamic> toJson()

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!,
};