asChildPod<TParent> method
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>;
}
Casts the ValueListenable to a ChildPod.
Throws a TypeError if the cast cannot be performed.
ChildPod<TParent, T> asChildPod<TParent>() {
return this as ChildPod<TParent, T>;
}