clearToSend property

bool clearToSend

Implementation

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

Implementation

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