BuildTextColumn<T extends String> extension

Tells the generator to build an TextColumn. See the docs at ColumnBuilder for details.

on

Methods

withLength({int? min, int? max}) ColumnBuilder<T>
Puts a constraint on the minimum and maximum length of text that can be stored in this column.