toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (account != null) 'account': account!,
if (kind != null) 'kind': kind!,
if (profile != null) 'profile': profile!,
if (webproperty != null) 'webproperty': webproperty!,
};