getIndexedParameter property

dynamic Function(num, num) getIndexedParameter

Implementation

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

Implementation

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