ColumnDefinition constructor

ColumnDefinition(
  1. String name,
  2. int type
)

Implementation

ColumnDefinition(this.name, this.type);