InstantiatedTypeAliasElement class abstract

Information about an instantiated TypeAliasElement and the type arguments with which it is instantiated.

Properties

element → TypeAliasElement
The alias element that is instantiated to produce a DartType.
no setter
hashCode → int
The hash code for this object.
no setterinherited
nullabilitySuffix → NullabilitySuffix
The nullability suffix with which the element was instantiated.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
typeArguments → List<DartType>
The type arguments with which the element was instantiated. This list will be empty if the element is not generic.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited