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