SeekerSync constructor

SeekerSync({
  1. num seekSync(
    1. Object,
    2. SeekMode
    )?,
})

Implementation

factory SeekerSync(
        {_i2.num Function(
          _i2.Object,
          _i4.SeekMode,
        )? seekSync}) =>
    SeekerSync._(
        seekSync: seekSync == null ? null : _i3.allowInterop(seekSync));