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