Decoder<T> typedef

Decoder<T> = T Function(Object?)

Convert storage persisted type to T. This used in Storage.read.

Implementation

typedef Decoder<T> = T Function(Object?);