text method

String text()

Implementation

String text() {
  try {
    return "${column()} ${condition()}";
  } on UnsupportedError {
    return '';
  }
}