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