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