We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's really not safe to reference Map or String in the case where someone does import "dart:core" as foo; – in practice this should be rare.
Map
String
import "dart:core" as foo;
Same for other types. In general, we just write out the type name w/ out worrying about imports.