GoogleCloudDatalabelingV1beta1Vertex constructor

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

Implementation

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