sqlTypeName property

String sqlTypeName

The class inside the moor library that represents the same sql type as this column.

Implementation

String get sqlTypeName => sqlTypes[type]!;