columnNames property

List<String> get columnNames

Gets the list of column names in the order they were added.

Implementation

List<String> get columnNames => _columns.map((c) => c.name).toList();