rangeStart property
The start index of this paragraph within the source text
Implementation
int get rangeStart {
final result = _icu4x_BidiParagraph_range_start_mv1(_ffi);
return result;
}
The start index of this paragraph within the source text
int get rangeStart {
final result = _icu4x_BidiParagraph_range_start_mv1(_ffi);
return result;
}