at property

int? Function(num) get at

Implementation

_i2.int? Function(_i2.num) get at => (_i2.num p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'at',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set at (int? value(num))

Implementation

set at(_i2.int? Function(_i2.num) value) {
  _i5.setProperty(
    this,
    'at',
    _i5.allowInterop((p0) => () => value(p0) ?? _i4.undefined),
  );
}