RecursiveRiverpodAstVisitor class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitClassBasedProviderDeclaration(ClassBasedProviderDeclaration declaration) → void
override
visitConsumerStateDeclaration(ConsumerStateDeclaration declaration) → void
override
visitConsumerStatefulWidgetDeclaration(ConsumerStatefulWidgetDeclaration declaration) → void
override
visitConsumerWidgetDeclaration(ConsumerWidgetDeclaration declaration) → void
override
visitFunctionalProviderDeclaration(FunctionalProviderDeclaration declaration) → void
override
visitHookConsumerWidgetDeclaration(HookConsumerWidgetDeclaration declaration) → void
override
visitLegacyProviderDeclaration(LegacyProviderDeclaration declaration) → void
override
visitLegacyProviderDependencies(LegacyProviderDependencies dependencies) → void
override
visitLegacyProviderDependency(LegacyProviderDependency dependency) → void
override
visitProviderContainerInstanceCreationExpression(ProviderContainerInstanceCreationExpression expression) → void
override
visitProviderListenableExpression(ProviderListenableExpression expression) → void
override
visitProviderOverrideExpression(ProviderOverrideExpression expression) → void
override
visitProviderOverrideList(ProviderOverrideList overrideList) → void
override
visitProviderScopeInstanceCreationExpression(ProviderScopeInstanceCreationExpression container) → void
override
visitRefListenInvocation(RefListenInvocation invocation) → void
override
visitRefReadInvocation(RefReadInvocation invocation) → void
override
visitRefWatchInvocation(RefWatchInvocation invocation) → void
override
visitResolvedRiverpodUnit(ResolvedRiverpodLibraryResult result) → void
override
visitRiverpodAnnotation(RiverpodAnnotation annotation) → void
override
visitRiverpodAnnotationDependencies(RiverpodAnnotationDependencies dependencies) → void
override
visitRiverpodAnnotationDependency(RiverpodAnnotationDependency dependency) → void
override
visitStatefulHookConsumerWidgetDeclaration(StatefulHookConsumerWidgetDeclaration declaration) → void
override
visitWidgetRefListenInvocation(WidgetRefListenInvocation invocation) → void
override
visitWidgetRefListenManualInvocation(WidgetRefListenManualInvocation invocation) → void
override
visitWidgetRefReadInvocation(WidgetRefReadInvocation invocation) → void
override
visitWidgetRefWatchInvocation(WidgetRefWatchInvocation invocation) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited