UnmutedEvent constructor

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

Implementation

const UnmutedEvent({required super.timestamp});