XdrSCObject class Null safety

Constructors

XdrSCObject(XdrSCObjectType _type)

Properties

accountID XdrAccountID?
read / write
bin XdrDataValue?
read / write
contractCode XdrSCContractCode?
read / write
discriminant XdrSCObjectType
read / write
hashCode int
The hash code for this object.
read-only, inherited
i64 XdrInt64?
read / write
i128 XdrInt128Parts?
read / write
map List<XdrSCMapEntry>?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
u64 XdrUint64?
read / write
u128 XdrInt128Parts?
read / write
vec List<XdrSCVal>?
read / write

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) XdrSCObject
encode(XdrDataOutputStream stream, XdrSCObject encoded) → void
forAccountId(XdrAccountID value) XdrSCObject
forBytes(Uint8List value) XdrSCObject
forContractCode(XdrSCContractCode value) XdrSCObject
forI128(XdrInt128Parts value) XdrSCObject
forI64(int value) XdrSCObject
forMap(List<XdrSCMapEntry> value) XdrSCObject
forU128(XdrInt128Parts value) XdrSCObject
forU64(int value) XdrSCObject
forVec(List<XdrSCVal> value) XdrSCObject
fromBase64EncodedString(String base64Encoded) XdrSCObject