start property

Implementation

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

Implementation

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