$GoogleCloudDocumentaiV1Vertex.fromJson constructor
$GoogleCloudDocumentaiV1Vertex.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1Vertex.fromJson(core.Map json_)
: this(x: json_['x'] as core.int?, y: json_['y'] as core.int?);