getSetForValue method
- int value
Gets a CodePointSetData representing all entries in this map that map to the given value
See the Rust documentation for get_set_for_value
for more information.
Implementation
CodePointSetData getSetForValue(int value) {
final result = _icu4x_CodePointMapData16_get_set_for_value_mv1(_ffi, value);
return CodePointSetData._fromFfi(result, []);
}