$GoogleCloudDocumentaiV1DocumentPageImage.fromJson constructor

$GoogleCloudDocumentaiV1DocumentPageImage.fromJson(
  1. 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?,
      );