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