ZIMKitTokenInfo04 class

Constructors

ZIMKitTokenInfo04({required int appID, required String userID, required int ctime, required int expire, required int nonce, required String payload})

Properties

appID int
getter/setter pair
ctime int
getter/setter pair
expire int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonce int
getter/setter pair
payload String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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