DynamicValue class sealed

Available extensions
Annotations
  • @freezed

Constructors

DynamicValue.error(ErrorCode field0)
const
factory
DynamicValue.f32(double field0)
const
factory
DynamicValue.f64(double field0)
const
factory
DynamicValue.i32(int field0)
const
factory
DynamicValue.i64(PlatformInt64 field0)
const
factory
DynamicValue.megaStruct(String field0)
const
factory
DynamicValue.none()
const
factory
DynamicValue.string(String field0)
const
factory
DynamicValue.u16(int field0)
const
factory
DynamicValue.u32(int field0)
const
factory
DynamicValue.u64(BigInt field0)
const
factory
DynamicValue.vecU8(Uint8List field0)
const
factory

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