autoIncrement method

ColumnDefinition autoIncrement()

Implementation

ColumnDefinition autoIncrement() {
  _increment = true;
  return this;
}