Serializer typedef

Serializer = Map<String, dynamic> Function(dynamic)

Implementation

typedef Serializer = Map<String, dynamic> Function(dynamic);