other static method

GeneralCategoryGroup other()

See the Rust documentation for Letter for more information.

Implementation

static GeneralCategoryGroup other() {
  final result = _icu4x_GeneralCategoryGroup_other_mv1();
  return GeneralCategoryGroup._fromFfi(result);
}