asChildPod<TParent extends Object> method
Casts the ValueListenable to a ChildPod.
Throws a TypeError if the cast cannot be performed.
Implementation
ChildPod<TParent, T> asChildPod<TParent extends Object>() {
return this as ChildPod<TParent, T>;
}