query property

String query

Implementation

String get query =>
    '$prev $columnName ${ascending == null ? "" : ascending! ? "ASC" : "DESC"}';