TableColumn constructor

TableColumn(
  1. String? name,
  2. String? type, [
  3. Object? defaultValue
])

Implementation

TableColumn(this.name, this.type, [this.defaultValue]);