asSharedPod<TRawValue> method

SharedPod<T, TRawValue> asSharedPod<TRawValue>()

Casts the ValueListenable to a SharedPod.

Throws a TypeError if the cast cannot be performed.

Implementation

SharedPod<T, TRawValue> asSharedPod<TRawValue>() {
  return this as SharedPod<T, TRawValue>;
}