flush property

Implementation

TransformerFlushCallback get flush => js_util.getProperty(this, 'flush');
void flush=(TransformerFlushCallback newValue)

Implementation

set flush(TransformerFlushCallback newValue) {
  js_util.setProperty(this, 'flush', newValue);
}