toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (annotations != null) 'annotations': annotations!,
  if (cloneUri != null) 'cloneUri': cloneUri!,
  if (createTime != null) 'createTime': createTime!,
  if (deleteTime != null) 'deleteTime': deleteTime!,
  if (etag != null) 'etag': etag!,
  if (gitProxyUri != null) 'gitProxyUri': gitProxyUri!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (reconciling != null) 'reconciling': reconciling!,
  if (uid != null) 'uid': uid!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (webhookId != null) 'webhookId': webhookId!,
};