toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (installState != null) 'installState': installState!,
if (productId != null) 'productId': productId!,
if (versionCode != null) 'versionCode': versionCode!,
};