dartdoc
dartdoc
ElementType
constructor ElementType
ElementType
class ElementType
Constructors
ElementType
Properties
element
isDynamic
isFunctionType
isParameterizedType
isParameterType
linkedName
name
returnElement
typeArguments
hashCode
runtimeType
Methods
createLinkedReturnTypeName
toString
noSuchMethod
Operators
operator ==
ElementType
(
DartType
_type
,
ModelElement
element
)
Source
ElementType(this._type, this.element);
constructor ElementType