$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.fromJson constructor

$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.fromJson(
  1. Map json_
)

Implementation

$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.fromJson(core.Map json_)
    : this(
        endIndex: json_.containsKey('endIndex')
            ? json_['endIndex'] as core.String
            : null,
        startIndex: json_.containsKey('startIndex')
            ? json_['startIndex'] as core.String
            : null,
      );