XdrSCValType class Null safety
Constructors
- XdrSCValType(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) → XdrSCValType -
encode(
XdrDataOutputStream stream, XdrSCValType value) → void
Constants
- SCV_BITSET → const XdrSCValType
-
const XdrSCValType._internal(6)
- SCV_I32 → const XdrSCValType
-
const XdrSCValType._internal(2)
- SCV_OBJECT → const XdrSCValType
-
const XdrSCValType._internal(4)
- SCV_STATIC → const XdrSCValType
-
const XdrSCValType._internal(3)
- SCV_STATUS → const XdrSCValType
-
const XdrSCValType._internal(7)
- SCV_SYMBOL → const XdrSCValType
-
const XdrSCValType._internal(5)
- SCV_U32 → const XdrSCValType
-
const XdrSCValType._internal(1)
- SCV_U63 → const XdrSCValType
-
const XdrSCValType._internal(0)