append property

void Function(String) get append

Implementation

void Function(_i2.String) get append => (_i2.String p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'append',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set append (void value(String))

Implementation

set append(void Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'append',
    _i5.allowInterop(value),
  );
}