Column constructor

const Column(
  1. String name,
  2. ColumnType type
)

Implementation

const Column(this.name, this.type);