deserialize property
T Function(U value)
deserialize
final
Function that converts from type U to type T
Implementation
final T Function(U value) deserialize;
Function that converts from type U to type T
final T Function(U value) deserialize;