positionAt property

Position Function(num) get positionAt

Implementation

_i3.Position Function(_i2.num) get positionAt =>
    (_i2.num p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'positionAt',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set positionAt (Position value(num))

Implementation

set positionAt(_i3.Position Function(_i2.num) value) {
  _i5.setProperty(
    this,
    'positionAt',
    _i5.allowInterop(value),
  );
}