BankSchema constructor
BankSchema({})
Returns a new BankSchema instance.
Implementation
BankSchema({
required this.slots,
required this.expansions,
required this.nextExpansionCost,
required this.gold,
});
Returns a new BankSchema instance.
BankSchema({
required this.slots,
required this.expansions,
required this.nextExpansionCost,
required this.gold,
});