pub type DartDynamic = DartAbi;
Expand description
Use this type to represent Dart dynamic
values
Aliased Type§
#[repr(C)]pub struct DartDynamic {
pub ty: DartCObjectType,
pub value: DartCObjectValue,
}
Fields§
§ty: DartCObjectType
§value: DartCObjectValue