aliasArguments property

  1. @Deprecated('Use alias instead')
List<DartType>? aliasArguments

If this type is an instantiation of a type alias, return the type arguments used for the instantiation. Otherwise return null.

Implementation

@Deprecated('Use alias instead')
List<DartType>? get aliasArguments;