Fluid class abstract

Base fluid class

Fluids are the building blocks for providing logic to your widgets. It is similar to the concept of a viewmodel, but to avoid any expectations from a viewmodel pattern it has its own name and should be considers as logical components referenced by the view (your widgets). It might contain specific logic itself in the future

Constructors

Fluid()

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
Dispose any resources held by this fluid
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