negationSymbol property

dynamic negationSymbol

Define your negationSymbol.

@default { front: "-", back: "" }

Implementation

_i2.dynamic get negationSymbol => _i4.getProperty(
      this,
      'negationSymbol',
    );
void negationSymbol=(dynamic value)

Implementation

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