List<ColumnDef>? get columns => this._columns;
set columns(List<ColumnDef>? columns) { this._columns = columns; }