asDisposablePod method
Casts the ValueListenable to a DisposablePod.
Throws a TypeError if the cast cannot be performed.
Implementation
DisposablePod<T> asDisposablePod() {
return this as DisposablePod<T>;
}
Casts the ValueListenable to a DisposablePod.
Throws a TypeError if the cast cannot be performed.
DisposablePod<T> asDisposablePod() {
return this as DisposablePod<T>;
}