unitDisplay property

String? get unitDisplay

The unit formatting style to use in unit formatting, the defaults is "short".

Implementation

_i2.String? get unitDisplay => _i5.getProperty(
      this,
      'unitDisplay',
    );
set unitDisplay (String? value)

Implementation

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