sinkConverter method

Sink sinkConverter(
  1. ValueConverter<T> converter
)

Returns Sink with custom ValueConverter.

Implementation

Sink sinkConverter(ValueConverter<T> converter) =>
    FieldSinkConverter(this, converter);