escapeChar property

String? escapeChar

Definition of the symbols used to escape a part in the mask.

@default "\"

Implementation

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

Implementation

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