alternatormarker property

String? alternatormarker

Definition of the symbols used to indicate an alternator part in the mask.

@default "|"

Implementation

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

Implementation

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