HermepPresenter<M, I> class abstract

contain the data logic & present it to view

Constructors

HermepPresenter()

Properties

context BuildContext
get page context
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewInterface ↔ I
getter/setter pair
viewModel ↔ M
getter/setter pair

Methods

dispose() → void
dispose the presenter
init() → void
initialize data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshView({bool? force, void fn()?}) → void
refresh the view
toString() String
A string representation of this object.
inherited

Operators

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