Decoder<T> typedef
Decoder<T> =
T Function(RawSettingValue value)
A function that converts a value of type R
to a value of type T
.
Implementation
typedef Decoder<T> = T Function(RawSettingValue value);