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