DynamicValue class sealed
- Available extensions
- Annotations
-
- @freezed
Constructors
- DynamicValue.error(ErrorCode field0)
-
constfactory
- DynamicValue.f32(double field0)
-
constfactory
- DynamicValue.f64(double field0)
-
constfactory
- DynamicValue.i32(int field0)
-
constfactory
- DynamicValue.i64(PlatformInt64 field0)
-
constfactory
- DynamicValue.megaStruct(String field0)
-
constfactory
- DynamicValue.none()
-
constfactory
- DynamicValue.string(String field0)
-
constfactory
- DynamicValue.u16(int field0)
-
constfactory
- DynamicValue.u32(int field0)
-
constfactory
- DynamicValue.u64(BigInt field0)
-
constfactory
- DynamicValue.vecU8(Uint8List field0)
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDynamic(
) → dynamic -
Available on DynamicValue, provided by the DynamicValueConvert extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited