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