menu
viggo_core_frontend package
documentation
util/price.dart
Price
timesDouble method
timesDouble method
dark_mode
light_mode
timesDouble
method
Price
timesDouble
(
double
value
)
Implementation
Price timesDouble(double value) => _multiply(Price.fromDouble(value));
viggo_core_frontend package
documentation
util/price
Price
timesDouble method
Price class