GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.fromJson constructor

GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.fromJson(
    core.Map json_)
    : this(
        pageEnd: json_.containsKey('pageEnd')
            ? json_['pageEnd'] as core.int
            : null,
        pageStart: json_.containsKey('pageStart')
            ? json_['pageStart'] as core.int
            : null,
      );