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