menu
viggo_core_frontend package
documentation
util/price.dart
Price
timesInt method
timesInt method
dark_mode
light_mode
timesInt
method
Price
timesInt
(
int
value
)
Implementation
Price timesInt(int value) => _multiply(Price.fromInt(value));
viggo_core_frontend package
documentation
util/price
Price
timesInt method
Price class