flush property

TransformerFlushCallback<O>? get flush

Implementation

_i3.TransformerFlushCallback<O>? get flush => _i4.getProperty(
      this,
      'flush',
    );
set flush (TransformerFlushCallback<O>? value)

Implementation

set flush(_i3.TransformerFlushCallback<O>? value) {
  _i4.setProperty(
    this,
    'flush',
    value ?? _i6.undefined,
  );
}