DbTableWithConverter<KeyType, T> constructor

const DbTableWithConverter<KeyType, T>(
  1. DbTable<KeyType> table,
  2. Converter<T> converter
)

Implementation

const DbTableWithConverter(this.table, this.converter);