addConverter static method
func return null if value is not processed.
Implementation
static void addConverter(PgValue? Function(dynamic value) func) =>
_customConverters.add(func);
func return null if value is not processed.
static void addConverter(PgValue? Function(dynamic value) func) =>
_customConverters.add(func);