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