Type aliases: Typedefs for non-function types · Issue #65 · dart-lang/language
Realizes #66, Feature specification Sample typedef & usage: typedef IntList = List<int>; IntList il = [1,2,3]; Related issues: dart-lang/sdk#2626</int>