ConvertFunction typedef

ConvertFunction = dynamic Function(dynamic)

The encode and decode function prototype

Implementation

typedef ConvertFunction = dynamic Function(dynamic);