1
2
3
4
use crate::platform_types::DartAbi;

/// Use this type to represent Dart `dynamic` values
pub type DartDynamic = DartAbi;