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