columns property

List<MapEntry<String, MoorColumn>> columns
final

All columns from this Dart-defined view, in the order in which they were added to the query getter.

Implementation

final List<MapEntry<String, MoorColumn>> columns;