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