DisposableHolder class

Implemented types
Implementers

Constructors

DisposableHolder()

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
override
getTag<T>(String key) → T?
Returns the tag associated with this viewmodel and the specified key.
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.
toString() String
A string representation of this object.
inherited

Operators

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