query property

String query

Implementation

String get query {
  return '${type.label}("$columnName"${castToNumeric ? "::numeric" : ""}) ${label == null ? "" : "AS $label"}';
}