copy property

A copy of this column.

Implementation

@override
CategoricColumn get copy =>
    CategoricColumn(this.values)..resetCategories(_categories);