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