LazxViewModel class abstract

LazxViewModel represents the base class to extends for your viewModels

A LazxViewModel will mainly help you to handle easily your LazxData It can also be used without any LazxData as a classic viewModel to integrate in your app

Constructors

LazxViewModel()

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<LazxObservable>
Represents the list of the LazxData in your viewModel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Can be override to finish some calls/listeners It's also used to dispose all the LazxData
init() → void
Can be override to initialise some calls or variables
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