Serializer typedef
Serializer =
dynamic Function(dynamic json)
Used to serialize or deserialize the query from storage.
Implementation
typedef Serializer = dynamic Function(dynamic json);
Used to serialize or deserialize the query from storage.
typedef Serializer = dynamic Function(dynamic json);