PageModel class abstract

ViewModel for PageModelWidget

Implementers

Constructors

PageModel.fake()
factory

Properties

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

Methods

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

Operators

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