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