ArgumentDecoder<T> typedef

ArgumentDecoder<T> = T Function(DataSource source, List<Object> key)

Signature for methods that decode structured values from a DataSource, such as the static methods of ArgumentDecoders.

Used to make some of the methods of that class extensible.

Implementation

typedef ArgumentDecoder<T> = T Function(DataSource source, List<Object> key);