XdrDontHave class
Constructors
- XdrDontHave(XdrMessageType _type, XdrUint256 _reqHash)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- reqHash ↔ XdrUint256
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type ↔ XdrMessageType
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrDontHave -
encode(
XdrDataOutputStream stream, XdrDontHave encodedDontHave) → void