call method

Column<T> call()

Turns this column builder into a column. This method won't actually be called in your code. Instead, the generator will take a look at your source code to figure out your table structure.

Implementation

Column<T> call() => _isGenerated();