SeekedEvent constructor

const SeekedEvent({
  1. required int? timestamp,
})

Implementation

const SeekedEvent({
  required super.timestamp,
});