isKChart method

bool isKChart()

Implementation

bool isKChart() {
  return _mState is KChartState;
}