ObbyEventPresenceChanged constructor

const ObbyEventPresenceChanged({
  1. required String nick,
  2. required bool online,
})

Implementation

const ObbyEventPresenceChanged({
  required this.nick,
  required this.online,
});