InsertTextRequest constructor
InsertTextRequest({
- EndOfSegmentLocation? endOfSegmentLocation,
- Location? location,
- String? text,
Implementation
InsertTextRequest({
this.endOfSegmentLocation,
this.location,
this.text,
});