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