ringIndicator property

bool ringIndicator

Implementation

bool get ringIndicator => js_util.getProperty(this, 'ringIndicator');
void ringIndicator=(bool newValue)

Implementation

set ringIndicator(bool newValue) {
  js_util.setProperty(this, 'ringIndicator', newValue);
}