menu
money2 package
documentation
money2.dart
Money
toDecimal method
toDecimal method
dark_mode
light_mode
toDecimal
method
Decimal
toDecimal
(
)
The value of the money as a
Decimal
.
Implementation
Decimal toDecimal() => amount.toDecimal();
money2 package
documentation
money2
Money
toDecimal method
Money class