asGenericPod method

GenericPod<T> asGenericPod()

Casts the ValueListenable to a GenericPod.

Throws a TypeError if the cast cannot be performed.

Implementation

GenericPod<T> asGenericPod() {
  return this as GenericPod<T>;
}