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