InsertTextRequest constructor

InsertTextRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
  3. String? text,
})

Implementation

InsertTextRequest({this.endOfSegmentLocation, this.location, this.text});