XdrSCStatus class Null safety
Constructors
- XdrSCStatus(XdrSCStatusType _type)
Properties
- contextCode ↔ XdrSCHostContextErrorCode?
-
read / write
- contractCode ↔ XdrUint32?
-
read / write
- discriminant ↔ XdrSCStatusType
-
read / write
- fnCode ↔ XdrSCHostFnErrorCode?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- objCode ↔ XdrSCHostObjErrorCode?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- storageCode ↔ XdrSCHostStorageErrorCode?
-
read / write
- unknownCode ↔ XdrSCUnknownErrorCode?
-
read / write
- valCode ↔ XdrSCHostValErrorCode?
-
read / write
- vmCode ↔ XdrSCVmErrorCode?
-
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) → XdrSCStatus -
encode(
XdrDataOutputStream stream, XdrSCStatus encoded) → void