Terminal class

Constructors

Terminal({int? placeId, String? placeCity, String? placeLabel, double? placeLng, double? placeLat, String? placeCountry, String? placeCountryCode, String? placeZip, String? placeStreet1, String? placeStreet2, String? utcModifier, int? id, String? name, String? authCode, String? ticketOptionalStr, int? arckipel, String? label, String? description, int? productId, String? productSerial, String? statusLabel, String? statusColor, String? pictureUrl, String? password, String? terminalType, String? terminalTypeName, int? warrantyUntil, int? purchasedAt, String? macAddress, String? moreInfos, int? timeSlide})
Terminal.fromJson(Map<String, dynamic> json)

Properties

arckipel int?
getter/setter pair
authCode String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
label String?
getter/setter pair
macAddress String?
getter/setter pair
moreInfos String?
getter/setter pair
name String?
getter/setter pair
password String?
getter/setter pair
pictureUrl String?
getter/setter pair
placeCity String?
getter/setter pair
placeCountry String?
getter/setter pair
placeCountryCode String?
getter/setter pair
placeId int?
getter/setter pair
placeLabel String?
getter/setter pair
placeLat double?
getter/setter pair
placeLng double?
getter/setter pair
placeStreet1 String?
getter/setter pair
placeStreet2 String?
getter/setter pair
placeZip String?
getter/setter pair
productId int?
getter/setter pair
productSerial String?
getter/setter pair
purchasedAt int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusColor String?
getter/setter pair
statusLabel String?
getter/setter pair
terminalType String?
getter/setter pair
terminalTypeName String?
getter/setter pair
ticketOptionalStr String?
getter/setter pair
timeSlide int?
getter/setter pair
utcModifier String?
getter/setter pair
warrantyUntil 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