XdrSCObjectType class Null safety
Constructors
- XdrSCObjectType(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → dynamic
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrSCObjectType -
encode(
XdrDataOutputStream stream, XdrSCObjectType value) → void
Constants
- SCO_ACCOUNT_ID → const XdrSCObjectType
-
const XdrSCObjectType._internal(8)
- SCO_BYTES → const XdrSCObjectType
-
const XdrSCObjectType._internal(6)
- SCO_CONTRACT_CODE → const XdrSCObjectType
-
const XdrSCObjectType._internal(7)
- SCO_I64 → const XdrSCObjectType
-
const XdrSCObjectType._internal(3)
- SCO_I128 → const XdrSCObjectType
-
const XdrSCObjectType._internal(5)
- SCO_MAP → const XdrSCObjectType
-
const XdrSCObjectType._internal(1)
- SCO_U64 → const XdrSCObjectType
-
const XdrSCObjectType._internal(2)
- SCO_U128 → const XdrSCObjectType
-
const XdrSCObjectType._internal(4)
- SCO_VEC → const XdrSCObjectType
-
const XdrSCObjectType._internal(0)