SimpleTagProvider<T extends SimpleNotifier> class

Inheritance

Constructors

SimpleTagProvider({required _LazyCallback<T> creator, required bool autoDispose})

Properties

autoDispose bool
no setterinherited
count int
returns the number of providers saved
no setterinherited
creator → _LazyCallback<T>
no setterinherited
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
inherited
clearOverridden() → void
inherited
find(String tagName) SimpleProvider<T>
get or create a provider by a tag name
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideTagProvider(_LazyCallback<T> creator, {bool? autoDispose}) → void
overrides the creator function of this tag provider useful for unit test.
inherited
setArguments(String tagName, dynamic arguments) → void
set the arguments for one provider
inherited
toString() String
A string representation of this object.
inherited

Operators

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