VendingMachine constructor
const
VendingMachine({})
Implementation
const VendingMachine({
required this.id,
required this.user_id,
required this.dispensers,
required this.enabled,
required this.money_change,
required this.name,
});