dartdoc
dartdoc
ElementType
property isParameterType
isParameterType
class ElementType
Constructors
ElementType
Properties
element
isDynamic
isFunctionType
isParameterizedType
isParameterType
linkedName
name
returnElement
typeArguments
hashCode
runtimeType
Methods
createLinkedReturnTypeName
toString
noSuchMethod
Operators
operator ==
bool
isParameterType
Source
bool get isParameterType => (_type is TypeParameterType);
property isParameterType