toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (clientId != null) 'clientId': clientId!,
if (hashedClientId != null) 'hashedClientId': hashedClientId!,
if (kind != null) 'kind': kind!,
if (webPropertyId != null) 'webPropertyId': webPropertyId!,
};