$DocumentTextAnchorTextSegment constructor

$DocumentTextAnchorTextSegment({
  1. String? endIndex,
  2. String? startIndex,
})

Implementation

$DocumentTextAnchorTextSegment({
  this.endIndex,
  this.startIndex,
});