PmbDevice class

Constructors

PmbDevice({String? id, String? serial, String? label, dynamic publicName, dynamic purchasedAt, dynamic warrantyUntil, String? qrCodeDevice, double? lat, double? lng, int? closeOpenSchedule, int? readyToPour, int? amountRent, int? amountBuy, String? currency, int? width, int? height, int? depth, int? numberOfPumps, int? debitPerSec, int? distance, List<Beers>? beers})
PmbDevice.fromJson(Map<String, dynamic> json)

Properties

amountBuy int?
getter/setter pair
amountRent int?
getter/setter pair
beers List<Beers>?
getter/setter pair
closeOpenSchedule int?
getter/setter pair
currency String?
getter/setter pair
debitPerSec int?
getter/setter pair
depth int?
getter/setter pair
distance int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
id String?
getter/setter pair
label String?
getter/setter pair
lat double?
getter/setter pair
lng double?
getter/setter pair
numberOfPumps int?
getter/setter pair
publicName ↔ dynamic
getter/setter pair
purchasedAt ↔ dynamic
getter/setter pair
qrCodeDevice String?
getter/setter pair
readyToPour int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serial String?
getter/setter pair
warrantyUntil ↔ dynamic
getter/setter pair
width int?
getter/setter pair

Methods

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

Operators

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