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