UnknownEvent constructor

const UnknownEvent({
  1. required String type,
})

Implementation

const UnknownEvent({required this.type});