NotifierModel class abstract
similar with ChangeNotifier
- Implemented types
- Implementers
Constructors
Properties
- assemble → WidgetAssembler
-
build new widget by element
no setterinherited
- engine → ScriptEngine
-
evaluate expression
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- interaction → InterOperation
-
onPressed, onLongPressed, onScrolled...
no setterinherited
- resource → AssembleResource
-
color, dimen...
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
List< String> expressions, VoidCallback listener) → void -
override
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyDataChanged(
Map< String, dynamic> result) → void -
removeListener(
VoidCallback listener) → void -
override
-
sizeOf(
String key) → int -
separate interface to get list size of given key
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited