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