getParameter property

dynamic Function(num) get getParameter

Implementation

_i2.dynamic Function(_i2.num) get getParameter =>
    (_i2.num p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getParameter',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getParameter (dynamic value(num))

Implementation

set getParameter(_i2.dynamic Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'getParameter',
    _i4.allowInterop(value),
  );
}