converters property

Finds all type converters used in this tables.

Implementation

Iterable<UsedTypeConverter> get converters =>
    columns.map((c) => c.typeConverter).whereType();