PagedColumn constructor

const PagedColumn(
  1. String name,
  2. PagedColumnType type
)

Implementation

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