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