Event constructor

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

Implementation

const Event({required this.timestamp});