menu
bmi_b2b_package package
documentation
doc/state.dart
SellOut
SellOut.new constructor
SellOut.new constructor
dark_mode
light_mode
SellOut
constructor
SellOut
(
String
buyerNumber
,
int
amount
,
bool
due
)
Implementation
SellOut(this.buyerNumber, int amount, this.due) : amount = IntMoney(amount);
bmi_b2b_package package
documentation
doc/state
SellOut
SellOut.new constructor
SellOut class