AIParamInfo class

Constructors

AIParamInfo()

Properties

agentID String?
getter/setter pair
agentToken String?
getter/setter pair
deviceName String?
getter/setter pair
deviceToken String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publicKey String?
getter/setter pair
publicKeyType int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncTokenMode int
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

Constants

TOKEN_MODE_APP → const int
TOKEN_MODE_INNER → const int
TOKEN_MODE_INNER_IPC → const int
TOKEN_MODE_OUT → const int