negationSymbol property
dynamic
get
negationSymbol
Define your negationSymbol.
@default { front: "-", back: "" }
Implementation
_i2.dynamic get negationSymbol => _i4.getProperty(
this,
'negationSymbol',
);
set
negationSymbol
(dynamic value)
Implementation
set negationSymbol(_i2.dynamic value) {
_i4.setProperty(
this,
'negationSymbol',
value ?? _i6.undefined,
);
}