ringIndicator property
bool
get
ringIndicator
Implementation
bool get ringIndicator => js_util.getProperty(this, 'ringIndicator');
set
ringIndicator
(bool newValue)
Implementation
set ringIndicator(bool newValue) {
js_util.setProperty(this, 'ringIndicator', newValue);
}