SviperPresenter class abstract

Base class for Presenter's

Constructors

SviperPresenter(SviperConfiguration configuration)
Default constructor

Properties

disposed bool
Getter for the disposed flag
no setter
hashCode int
The hash code for this object.
no setterinherited
input Object?
Getter for the input of the module
no setter
interactor Object?
Getter for the interactor of the module
no setter
router Object?
Getter for the router of the module
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Object?
Getter for the state of the module
no setter

Methods

didUpdateInput(Object oldInput) → void
This method will be invoked when module input is changed
dispose() → void
This method will be invoked when module is disposing When this method overrides, it must call super.dispose()
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