replace property

void Function(List<TestItem>) get replace

Implementation

void Function(_i2.List<_i3.TestItem>) get replace =>
    (_i2.List<_i3.TestItem> p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'replace',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set replace (void value(List<TestItem>))

Implementation

set replace(void Function(_i2.List<_i3.TestItem>) value) {
  _i5.setProperty(
    this,
    'replace',
    _i5.allowInterop(value),
  );
}