staticDefinitionSymbol property

String? staticDefinitionSymbol

The staticDefinitionSymbol option is used to indicate that the static entries in the mask can match a certain definition. Especially useful with alternators so that static element in the mask can match another alternation.

@default undefined

Implementation

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

Implementation

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