asDisposablePod method

DisposablePod<T> asDisposablePod()

Casts the ValueListenable to a DisposablePod.

Throws a TypeError if the cast cannot be performed.

Implementation

DisposablePod<T> asDisposablePod() {
  return this as DisposablePod<T>;
}