appendBuffer property
void Function(Object)
get
appendBuffer
Implementation
void Function(_i2.Object) get appendBuffer =>
(_i2.Object p0) => _i4.callMethod(
_i4.getProperty(
this,
'appendBuffer',
),
r'call',
[
this,
p0,
],
);
set
appendBuffer
(void value(Object))
Implementation
set appendBuffer(void Function(_i2.Object) value) {
_i4.setProperty(
this,
'appendBuffer',
_i4.allowInterop(value),
);
}