isTABLES property

bool isTABLES

Implementation

bool get isTABLES {
  return code == 2 && value == 'TABLES';
}