optionalmarker property

Object? optionalmarker

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

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

Implementation

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

Implementation

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