rangeEnd property

int get rangeEnd

The end index of this paragraph within the source text

Implementation

int get rangeEnd {
  final result = _icu4x_BidiParagraph_range_end_mv1(_ffi);
  return result;
}