columnNames property

List<String> get columnNames

Get all column names for SELECT.

Implementation

List<String> get columnNames =>
    scalarFields.map((f) => f.columnName).toList();