aliasedType property

DartType aliasedType

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;