ObbyEventTypingChanged constructor

const ObbyEventTypingChanged({
  1. required String target,
  2. required String nick,
  3. required bool active,
})

Implementation

const ObbyEventTypingChanged({
  required this.target,
  required this.nick,
  required this.active,
});