menu
ventas_dealer package
documentation
models/stock_history_response.dart
Price
Price constructor
Price constructor
dark_mode
light_mode
Price
constructor
Price
(
{
dynamic
percentage
,
dynamic
taxRate
,
String
?
dutyFreeAmount
,
String
?
taxIncludedAmount
,
})
Implementation
Price({ this.percentage, this.taxRate, this.dutyFreeAmount, this.taxIncludedAmount, });
ventas_dealer package
documentation
models/stock_history_response
Price
Price constructor
Price class