size property
int
get
size
The number of bytes in this paragraph
See the Rust documentation for len for more information.
Implementation
int get size {
final result = _icu4x_BidiParagraph_size_mv1(_ffi);
return result;
}