DigicodeModel class

Constructors

DigicodeModel({String? digicodeLabel, String? description, int? id, String? authCode, int? unlocked, int? activeCamera, String? publicName, int? productId, int? purchasedAt, int? warrantyUntil, String? productSerial, String? statusLabel, String? statusColor, String? productRef, String? pictureUrl, String? productCat, int? productDisplay, String? productColor, int? placeId, String? utcModifier, String? placeCity, String? placeLabel, double? placeLng, double? placeLat, String? placeCountry, String? placeCountryCode, String? placeZip, String? placeStreet1, String? placeStreet2, String? roomId, String? roomName})
DigicodeModel.fromJson(Map<String, dynamic> json)

Properties

activeCamera int?
getter/setter pair
authCode String?
getter/setter pair
description String?
getter/setter pair
digicodeLabel String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
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
productCat String?
getter/setter pair
productColor String?
getter/setter pair
productDisplay int?
getter/setter pair
productId int?
getter/setter pair
productRef String?
getter/setter pair
productSerial String?
getter/setter pair
publicName String?
getter/setter pair
purchasedAt int?
getter/setter pair
roomId String?
getter/setter pair
roomName String?
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
unlocked int?
getter/setter pair
utcModifier String?
getter/setter pair
warrantyUntil int?
getter/setter pair

Methods

address() String
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