query property

String query

Implementation

String get query {
  // ignore: no_leading_underscores_for_local_identifiers
  Object _value = value is String ? "'$value'" : value;
  return '$prev "$columnName" ${operator.operator} $_value ';
}