ScriptModel class

A model associated with an engine instance

Inheritance

Constructors

ScriptModel(ScriptEngine _engine, AssembleResource _resource, InterOperation _operation, WidgetAssembler _assembler)

Properties

assemble WidgetAssembler
build new widget by element
no setteroverride
engine ScriptEngine
evaluate expression
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
interaction InterOperation
onPressed, onLongPressed, onScrolled...
no setteroverride
resource AssembleResource
color, dimen...
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(List<String> expressions, VoidCallback listener) → void
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyDataChanged(Map<String, dynamic> result) → void
inherited
removeListener(VoidCallback listener) → void
inherited
sizeOf(String key) int
separate interface to get list size of given key
override
toString() String
A string representation of this object.
inherited

Operators

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