XdrUInt256Parts class Null safety

Constructors

XdrUInt256Parts(XdrUint64 _hiHi, XdrUint64 _hiLo, XdrUint64 _loHi, XdrUint64 _loLo)

Properties

hashCode int
The hash code for this object.
read-only, inherited
hiHi XdrUint64
read / write
hiLo XdrUint64
read / write
loHi XdrUint64
read / write
loLo XdrUint64
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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) XdrUInt256Parts
encode(XdrDataOutputStream stream, XdrUInt256Parts encoded) → void
forHiHiHiLoLoHiLoLo(int hiHi, int hiLo, int loHi, int loLo) XdrUInt256Parts