menu
orm package
documentation
values.dart
Decimal
operator - method
operator - method
dark_mode
light_mode
operator -
method
Decimal
operator -
(
Decimal
other
)
Subtracts
other
without rounding.
Implementation
Decimal operator -(Decimal other) => this + -other;
orm package
documentation
values
Decimal
operator - method
Decimal class