menu
ella package
documentation
math/Money.dart
Money
operator - method
operator - method
dark_mode
light_mode
operator -
method
Money
operator -
(
Money
other
)
Subtract money
Implementation
Money operator -(Money other) { return new Money(value - other.value); }
ella package
documentation
math/Money
Money
operator - method
Money class