IAMPASSUser class

Constructors

IAMPASSUser.fromJson(Map<String, dynamic> json)

Properties

device Device?
Data describing the device
getter/setter pair
facialTrainingRequired bool
True if IAMPASS needs facial training data for this device.
no setter
hashCode int
The hash code for this object.
no setterinherited
numTrainingImages int
The number of training images IAMPASS requires for this device. 0 if no training is required.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Service?
Data describing the IAMPASS service URLs for this device
getter/setter pair
training Training
Data describing training requirements for this device
getter/setter pair
trainingRequired bool
True if IAMPASS needs to collect training data for this device. Client applications should check this value after registering or updating devices and if it it True perform device training.
no setter
user User?
Data describing the user of this device
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