toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (deployKeyId != null) 'deployKeyId': deployKeyId!,
      if (url != null) 'url': url!,
      if (webhookId != null) 'webhookId': webhookId!,
    };