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