$GoogleCloudDocumentaiV1DocumentPageImage.fromJson constructor
$GoogleCloudDocumentaiV1DocumentPageImage.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1DocumentPageImage.fromJson(core.Map json_)
: this(
content: json_['content'] as core.String?,
height: json_['height'] as core.int?,
mimeType: json_['mimeType'] as core.String?,
width: json_['width'] as core.int?,
);