Type Alias DartDynamic

Source
pub type DartDynamic = DartAbi;
Expand description

Use this type to represent Dart dynamic values

Aliased Type§

struct DartDynamic {
    pub ty: DartCObjectType,
    pub value: DartCObjectValue,
}

Fields§

§ty: DartCObjectType§value: DartCObjectValue