BatchTableWithConverter<T> constructor

const BatchTableWithConverter<T>(
  1. BatchTable batch,
  2. Converter<T> converter
)

Implementation

const BatchTableWithConverter(this.batch, this.converter);