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