aliasedType property
DartType
get
aliasedType
Return the aliased type.
If non-function type aliases feature is enabled for the enclosing library, this type might be just anything. If the feature is disabled, return a FunctionType.
Implementation
DartType get aliasedType;