toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final createTime = this.createTime;
final etag = this.etag;
final name = this.name;
final remoteUri = this.remoteUri;
final updateTime = this.updateTime;
final webhookId = this.webhookId;
return {
'annotations': ?annotations,
'createTime': ?createTime,
'etag': ?etag,
'name': ?name,
'remoteUri': ?remoteUri,
'updateTime': ?updateTime,
'webhookId': ?webhookId,
};
}