seek property

void Function(num) seek

Implementation

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

Implementation

set seek(void Function(_i2.num) value) {
  _i6.setProperty(
    this,
    'seek',
    _i6.allowInterop(value),
  );
}