ClosureConverter<S, T> constructor

const ClosureConverter<S, T>(
  1. T _convert(
    1. S
    )
)

Create a converter with a conversion closure.

Implementation

const ClosureConverter(this._convert);