List<StatProp>? get stat_columns => this._stat_columns;
set stat_columns(List<StatProp>? stat_columns) { this._stat_columns = stat_columns; }