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