Gets the list of column names in the order they were added.
List<String> get columnNames => _columns.map((c) => c.name).toList();