CodePointSetData.emoji constructor

CodePointSetData.emoji()

Create a set for the Emoji property, using compiled data.

See the Rust documentation for Emoji for more information.

Implementation

factory CodePointSetData.emoji() {
  final result = _icu4x_CodePointSetData_create_emoji_mv1();
  return CodePointSetData._fromFfi(result, []);
}