categories property

PluralCategories categories

Get all of the categories needed in the current locale

See the Rust documentation for categories for more information.

Implementation

PluralCategories get categories {
  final result = _icu4x_PluralRules_categories_mv1(_ffi);
  return PluralCategories._fromFfi(result);
}