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