menu
viggo_core_frontend package
documentation
util/price.dart
Price
Price.fromInt constructor
Price.fromInt constructor
dark_mode
light_mode
Price.fromInt
constructor
Price.fromInt
(
int
value
)
Implementation
Price.fromInt(int value) { price = Decimal.fromInt(value); }
viggo_core_frontend package
documentation
util/price
Price
Price.fromInt constructor
Price class