nullable method

ColumnDefinition nullable()

Marks this column as nullable.

Implementation

ColumnDefinition nullable() {
  _nullable = true;
  return this;
}