toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotations != null) 'annotations': annotations!,
if (createTime != null) 'createTime': createTime!,
if (etag != null) 'etag': etag!,
if (name != null) 'name': name!,
if (remoteUri != null) 'remoteUri': remoteUri!,
if (updateTime != null) 'updateTime': updateTime!,
if (webhookId != null) 'webhookId': webhookId!,
};