quantifiermarker property

Object? quantifiermarker

Definition of the symbols used to indicate a quantifier in the mask.

@default { start: "{", end: "}" }

Implementation

_i2.Object? get quantifiermarker => _i4.getProperty(
      this,
      'quantifiermarker',
    );
void quantifiermarker=(Object? value)

Implementation

set quantifiermarker(_i2.Object? value) {
  _i4.setProperty(
    this,
    'quantifiermarker',
    value ?? _i6.undefined ?? _i6.undefined,
  );
}