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