Signature class

IM Signature of RTM Plugin.

Constructors

Signature({required String signature, required int timestamp, required String nonce})
To create a Signature, the unit of timestamp is millisecond.

Properties

hashCode int
The hash code for this object.
no setterinherited
nonce String
The nonce of the Signature.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
The signature of the Signature.
final
timestamp int
The timestamp of the Signature, unit is millisecond.
final

Methods

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

Operators

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