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_BidiClass_to_integer_value_mv1(index);
return result;
}