SubController<ParentType extends SwayzeController> class abstract

A controller to be created by SwayzeController and have access to it via parent.

See also:

Inheritance
Implementers

Constructors

SubController(ParentType parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
parent → ParentType
The SwayzeController that has created this sub-controller.
final
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