asRootPod method
Casts the ValueListenable to a RootPod.
Throws a TypeError if the cast cannot be performed.
Implementation
RootPod<T> asRootPod() {
return this as RootPod<T>;
}
Casts the ValueListenable to a RootPod.
Throws a TypeError if the cast cannot be performed.
RootPod<T> asRootPod() {
return this as RootPod<T>;
}