close property

Implementation

UnderlyingSinkCloseCallback get close => js_util.getProperty(this, 'close');
void close=(UnderlyingSinkCloseCallback newValue)

Implementation

set close(UnderlyingSinkCloseCallback newValue) {
  js_util.setProperty(this, 'close', newValue);
}