abort property

Implementation

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

Implementation

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