serialize property

U Function(T value) serialize
final

Function that converts from type T to type U

Implementation

final U Function(T value) serialize;