clone property

Response Function() get clone

Implementation

_i3.Response Function() get clone => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'clone',
      ),
      r'call',
      [this],
    );
set clone (Response value())

Implementation

set clone(_i3.Response Function() value) {
  _i4.setProperty(
    this,
    'clone',
    _i4.allowInterop(value),
  );
}