asRootPod method

RootPod<T> asRootPod()

Casts the ValueListenable to a RootPod.

Throws a TypeError if the cast cannot be performed.

Implementation

RootPod<T> asRootPod() {
  return this as RootPod<T>;
}