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