PlutoChangeNotifierFilter<T> class

Constructors

PlutoChangeNotifierFilter(Set<int> _filter, [Map<int, String>? _debugNotifierNames])

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

any(PlutoNotifierEvent event) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printNotifierOnChange(PlutoNotifierEvent event, bool rebuild) → void
printNotifierOnFilter(PlutoNotifierEvent event) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

debug bool
getter/setter pair
debugWidgets List<String>
getter/setter pair
enabled bool
getter/setter pair
printDebug bool
no setter