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