$GoogleCloudDocumentaiV1Vertex.fromJson constructor

$GoogleCloudDocumentaiV1Vertex.fromJson(
  1. Map json_
)

Implementation

$GoogleCloudDocumentaiV1Vertex.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,
      );