flush property
TransformerFlushCallback
get
flush
Implementation
TransformerFlushCallback get flush => js_util.getProperty(this, 'flush');
set
flush
(TransformerFlushCallback newValue)
Implementation
set flush(TransformerFlushCallback newValue) {
js_util.setProperty(this, 'flush', newValue);
}