toIntegerValue method

int toIntegerValue()

Convert to an integer value usable with ICU4C and CodePointMapData

Implementation

int toIntegerValue() {
  final result = _icu4x_GeneralCategory_to_integer_value_mv1(_ffi);
  return result;
}