toIntegerValue method
Convert to an integer value usable with ICU4C and CodePointMapData
See the Rust documentation for to_icu4c_value
for more information.
Implementation
int toIntegerValue() {
final result = _icu4x_CanonicalCombiningClass_to_integer_value_mv1(_ffi);
return result;
}