TagProvider<P> class abstract

Implementers

Constructors

TagProvider(_LazyCallback<P> _creator, bool _autoDispose)

Properties

autoDispose bool
no setter
count int
returns the number of providers saved
no setter
creator → _LazyCallback<P>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
clear and dispose all providers
clearOverridden() → void
find(String tagName) BaseProvider<P>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideTagProvider(_LazyCallback<P> creator, {bool? autoDispose}) → void
overrides the creator function of this tag provider useful for unit test.
setArguments(String tagName, dynamic arguments) → void
set the arguments for one provider
toString() String
A string representation of this object.
inherited

Operators

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