DigicodeLogModel class

Constructors

DigicodeLogModel({int? id, int? digicodeId, String? productSerial, String? placeCity, String? placeLabel, int? placeLng, int? placeLat, String? placeCountry, String? placeZip, String? placeStreet1, String? placeStreet2, String? code, int? typedAt, int? success, int? display, int? manualUnlock, String? digicodeName, String? labelTyper, String? publicName, String? utcModifier})
DigicodeLogModel.fromJson(Map<String, dynamic> json)

Properties

code String?
getter/setter pair
digicodeId int?
getter/setter pair
digicodeName String?
getter/setter pair
display int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
labelTyper String?
getter/setter pair
manualUnlock int?
getter/setter pair
placeCity String?
getter/setter pair
placeCountry String?
getter/setter pair
placeLabel String?
getter/setter pair
placeLat int?
getter/setter pair
placeLng int?
getter/setter pair
placeStreet1 String?
getter/setter pair
placeStreet2 String?
getter/setter pair
placeZip String?
getter/setter pair
productSerial String?
getter/setter pair
publicName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success int?
getter/setter pair
typedAt int?
getter/setter pair
utcModifier String?
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