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