analyzer package
documentation
type_visitor
TypeVisitor
<
R
>
visitDynamicType abstract method
visitDynamicType
visitDynamicType
method
Null safety
R
visitDynamicType
(
DynamicType
type
)
Implementation
R visitDynamicType(DynamicType type);
analyzer package
documentation
type_visitor
TypeVisitor
<
R
>
visitDynamicType abstract method
TypeVisitor class
Constructors
TypeVisitor
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
visitDynamicType
visitFunctionType
visitInterfaceType
visitNeverType
visitTypeParameterType
visitVoidType
Operators
operator ==