wordType property
Return the status value of break boundary.
See the Rust documentation for word_type
for more information.
Implementation
SegmenterWordType get wordType {
final result = _icu4x_WordBreakIteratorUtf16_word_type_mv1(_ffi);
return SegmenterWordType.values[result];
}