XdrInt256Parts class Null safety

Constructors

XdrInt256Parts(XdrInt64 _hiHi, XdrUint64 _hiLo, XdrUint64 _loHi, XdrUint64 _loLo)

Properties

hashCode int
The hash code for this object.
read-only, inherited
hiHi XdrInt64
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) XdrInt256Parts
encode(XdrDataOutputStream stream, XdrInt256Parts encoded) → void
forHiHiHiLoLoHiLoLo(int hiHi, int hiLo, int loHi, int loLo) XdrInt256Parts