CodePointSetData.asciiHexDigit constructor
Create a set for the Ascii_Hex_Digit
property, using compiled data.
See the Rust documentation for AsciiHexDigit
for more information.
Implementation
factory CodePointSetData.asciiHexDigit() {
final result = _icu4x_CodePointSetData_create_ascii_hex_digit_mv1();
return CodePointSetData._fromFfi(result, []);
}