FluxColumn constructor

FluxColumn(
  1. String dataType,
  2. int index
)

Implementation

FluxColumn(this.dataType, this.index);