toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clientId = this.clientId;
final kind = this.kind;
final webPropertyId = this.webPropertyId;
return {
'clientId': ?clientId,
'kind': ?kind,
'webPropertyId': ?webPropertyId,
};
}