standardTypes top-level constant ast
Map of all standard types.
{@category ast}
Implementation
const standardTypes = {
"int": IntType(),
"double": DoubleType(),
"bool": BooleanType(),
"String": StringType(),
"Uint8List": Uint8ListType(),
"Int32List": Int32ListType(),
"Int64List": Int64ListType(),
"Float32List": Float32ListType(),
"Float64List": Float64ListType(),
};