asChildPod<TParent> method

ChildPod<TParent, T> asChildPod<TParent>()

Casts the ValueListenable to a ChildPod.

Throws a TypeError if the cast cannot be performed.

Implementation

ChildPod<TParent, T> asChildPod<TParent>() {
  return this as ChildPod<TParent, T>;
}