$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.fromJson constructor

$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.fromJson(
  1. Map json_
)

Implementation

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