size property

int size

The number of bytes in this full text

Implementation

int get size {
  final result = _icu4x_BidiInfo_size_mv1(_ffi);
  return result;
}