mark static method

GeneralCategoryGroup mark()

See the Rust documentation for Mark for more information.

Implementation

static GeneralCategoryGroup mark() {
  final result = _icu4x_GeneralCategoryGroup_mark_mv1();
  return GeneralCategoryGroup._fromFfi(result);
}