Converter<T> constructor

const Converter<T>(
  1. String id
)

Creates a new converter.

Implementation

const Converter(this.id);