Module dart_types

Source
Expand description

Wrapper types for Dart types. These provide similar functionality to the equivalent types in Dart, while trying to be idiomatic in Rust.

§Note

Documentation will be lacking in these types since they very closely match the dart semantics.

If you would like me to document one of them more closely, please open an issue on this crate’s github page.

Modules§

boolean
d_string
double
dynamic
integer
list

Traits§

DartType
Trait which describes types of objects in terms of Dart type variables.