MVVMView class abstract

Base class for views to implement

Constructors

MVVMView()

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

disposeAnimation() Future<void>
calls stop & dispose for each animation(s)
forceRefreshView() → void
force to refresh all view
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshAnimation() Future<void>
calls refresh animation state
toString() String
A string representation of this object.
inherited

Operators

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