GoogleCloudIntegrationsV1alphaCoordinate constructor

GoogleCloudIntegrationsV1alphaCoordinate({
  1. int? x,
  2. int? y,
})

Implementation

GoogleCloudIntegrationsV1alphaCoordinate({
  this.x,
  this.y,
});