toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (countryTargeting != null) 'countryTargeting': countryTargeting!,
if (inAppUpdatePriority != null)
'inAppUpdatePriority': inAppUpdatePriority!,
if (name != null) 'name': name!,
if (releaseNotes != null) 'releaseNotes': releaseNotes!,
if (status != null) 'status': status!,
if (userFraction != null) 'userFraction': userFraction!,
if (versionCodes != null) 'versionCodes': versionCodes!,
};