columnsStr property

String get columnsStr

Implementation

String get columnsStr =>
    columns.map((var c) => sqlIdentifier(c.name)).join(", ");