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