menu
moneykit package
documentation
core/money.dart
Money
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
转换为int(元为单位,向下取整)
Implementation
int toInt() => _cents ~/ 100;
moneykit package
documentation
core/money
Money
toInt method
Money class