UnknownEvent constructor

const UnknownEvent({
  1. int? byte,
})

Creates an unknown event with the optional raw byte.

Implementation

const UnknownEvent({this.byte});