DigicodeCodeModel class

Constructors

DigicodeCodeModel({int? id, String? code, int? activ, String? label, int? createdAt, int? accessType, int? digicodeId, int? accessCounter, String? uniqueId, int? timeStart, int? timeStop, int? validDays, int? dateTimeStart, int? dateTimeStop, String? accessTypeLabel, String? placeCity, String? placeLabel, int? placeLng, int? placeLat, String? placeCountry, String? placeZip, String? placeStreet1, String? placeStreet2})
DigicodeCodeModel.fromJson(Map<String, dynamic> json)

Properties

accessCounter int?
getter/setter pair
accessType int?
getter/setter pair
accessTypeLabel String?
getter/setter pair
activ int?
getter/setter pair
code String?
getter/setter pair
createdAt int?
getter/setter pair
dateTimeStart int?
getter/setter pair
dateTimeStop int?
getter/setter pair
digicodeId int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
label String?
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStart int?
getter/setter pair
timeStop int?
getter/setter pair
uniqueId String?
getter/setter pair
validDays 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