ReadyEvent constructor

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

Implementation

const ReadyEvent({required super.timestamp});