ReaderPod<T> typedef

ReaderPod<T> = T Function(Ref<T> ref)

A function that creates a value from an Ref

Implementation

typedef ReaderPod<T> = T Function(Ref<T> ref);