at property

T? Function(num) at

Implementation

T? Function(_i2.num) get at => (_i2.num p0) => _i6.callMethod(
      _i6.getProperty(
        this,
        'at',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void at=(T? value(num))

Implementation

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