abort property

Implementation

UnderlyingSinkAbortCallback get abort => js_util.getProperty(this, 'abort');
set abort (UnderlyingSinkAbortCallback newValue)

Implementation

set abort(UnderlyingSinkAbortCallback newValue) {
  js_util.setProperty(this, 'abort', newValue);
}