ViewModel class

Mixed in types

Constructors

ViewModel()

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
inherited
getTag<T>(String key) → T?
Returns the tag associated with this viewmodel and the specified key.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTagIfAbsent<T>(String key, T newValue) → T
Sets a tag associated with this viewmodel and a key. If the given newValue is Disposable, it will be dispose once dispose.
inherited
setValue<T>(Obs<T> obs, T value, {bool force = false}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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