GoogleCloudDatalabelingV1beta1Vertex.fromJson constructor

GoogleCloudDatalabelingV1beta1Vertex.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDatalabelingV1beta1Vertex.fromJson(core.Map _json)
    : this(
        x: _json.containsKey('x') ? _json['x'] as core.int : null,
        y: _json.containsKey('y') ? _json['y'] as core.int : null,
      );