decode property
T Function(U value)
decode
final
Function to convert from source type to target type.
Implementation
final T Function(U value) decode;
Function to convert from source type to target type.
final T Function(U value) decode;