columns property

List<String> columns

return list of columns

Implementation

List<String> get columns => List.unmodifiable(_columns);