asSharedPod<TRawValue> method
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>;
}