menu
analyzer package
documentation
dart/element/type.dart
DartType
accept<R> abstract method
accept<R> abstract method
dark_mode
light_mode
accept<
R
>
abstract method
R
accept
<
R
>(
TypeVisitor
<
R
>
visitor
)
Use the given
visitor
to visit this type.
Implementation
R accept<R>(TypeVisitor<R> visitor);
analyzer package
documentation
dart/element/type
DartType
accept<R> abstract method
DartType class
Constructors
DartType
Properties
alias
element
element3
extensionTypeErasure
hashCode
isBottom
isDartAsyncFuture
isDartAsyncFutureOr
isDartAsyncStream
isDartCoreBool
isDartCoreDouble
isDartCoreEnum
isDartCoreFunction
isDartCoreInt
isDartCoreIterable
isDartCoreList
isDartCoreMap
isDartCoreNull
isDartCoreNum
isDartCoreObject
isDartCoreRecord
isDartCoreSet
isDartCoreString
isDartCoreSymbol
isDartCoreType
name
nullabilitySuffix
runtimeType
Methods
accept
acceptWithArgument
asInstanceOf
asInstanceOf2
getDisplayString
isStructurallyEqualTo
noSuchMethod
toString
Operators
operator ==