clearParameters property

void Function() get clearParameters

Implementation

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

Implementation

set clearParameters(void Function() value) {
  _i4.setProperty(
    this,
    'clearParameters',
    _i4.allowInterop(value),
  );
}