bidiIndexLengths property Null safety

List<int> bidiIndexLengths

Bidi index lengths.

Implementation

List<int> get bidiIndexLengths {
  return _charLengths;
}