outputFormat property

String? outputFormat

Format of the unmasked value. This is only effective when used with the datetime alias.

Implementation

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

Implementation

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