DataController class abstract
A controller that manages state related to data, usually provided externally to SwayzeController.
See also:
- SwayzeTableDataController an example of DataController.
- Inheritance
-
- Object
- ControllerBase
- DataController
- Implementers
Constructors
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
-
dispose(
) → void -
When set to be removed, controllers may have listeners and other
references that may create memory dead dependency. dispose should drop
such references.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited