asProtectedPod method

ProtectedPod<T> asProtectedPod()

Casts the ValueListenable to a ProtectedPod.

Throws a TypeError if the cast cannot be performed.

Implementation

ProtectedPod<T> asProtectedPod() {
  return this as ProtectedPod<T>;
}