serializer property

Serializer? serializer
final

The serializer is called when the query is fetched from storage. Use it to change the stored value to the query value.

Implementation

final Serializer? serializer;