const factory GroupState({ required List<int> groupedColumnIds, required Map<String, bool> expandedGroups, }) = _GroupState;