VendingMachine class

Constructors

VendingMachine({required String id, required String user_id, required List<Dispenser> dispensers, required bool enabled, required int money_change, required String name})
const
VendingMachine.from_snapshot(String id, Map<String, dynamic> snapshot)

Properties

dispensers List<Dispenser>
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
money_change int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user_id String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to_json() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited