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