start property

Implementation

UnderlyingSourceStartCallback get start => js_util.getProperty(this, 'start');
void start=(UnderlyingSourceStartCallback newValue)

Implementation

set start(UnderlyingSourceStartCallback newValue) {
  js_util.setProperty(this, 'start', newValue);
}