$GoogleCloudDocumentaiV1Vertex.fromJson constructor

$GoogleCloudDocumentaiV1Vertex.fromJson(
  1. Map json_
)

Implementation

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