AccessControlProcedureType class

Structure is used to describe the results of a single authentication procedure or a procedure of secure data access within the context of the communication session with electronic document.

Properties

activeOptionIdx int
Index of the active variant of the procedure.
no setter
hashCode int
The hash code for this object.
no setterinherited
notifications List<int>
List of remarks arisen during the procedure.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status RFIDErrorCodes
Procedure status.
no setter
type RFIDAccessControlProcedureType
Procedure type.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Allows you to serialize object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic jsonObject) AccessControlProcedureType?
Allows you to deserialize object.