toGroup method
Produces a GeneralCategoryGroup mask that can represent a group of general categories
See the Rust documentation for GeneralCategoryGroup
for more information.
Implementation
GeneralCategoryGroup toGroup() {
final result = _icu4x_GeneralCategory_to_group_mv1(_ffi);
return GeneralCategoryGroup._fromFfi(result);
}