toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (autoUpgradeStatus != null) 'autoUpgradeStatus': autoUpgradeStatus!,
if (endOfExtendedSupportTimestamp != null)
'endOfExtendedSupportTimestamp': endOfExtendedSupportTimestamp!,
if (endOfStandardSupportTimestamp != null)
'endOfStandardSupportTimestamp': endOfStandardSupportTimestamp!,
if (minorTargetVersion != null) 'minorTargetVersion': minorTargetVersion!,
if (patchTargetVersion != null) 'patchTargetVersion': patchTargetVersion!,
if (pausedReason != null) 'pausedReason': pausedReason!,
if (upgradeDetails != null) 'upgradeDetails': upgradeDetails!,
};