UnknownEvent constructor
const
UnknownEvent({
- int? byte,
Creates an unknown event with the optional raw byte.
Implementation
const UnknownEvent({this.byte});
Creates an unknown event with the optional raw byte.
const UnknownEvent({this.byte});