ObbyEventBotsChanged constructor

const ObbyEventBotsChanged({
  1. required String nick,
})

Implementation

const ObbyEventBotsChanged({
  required this.nick,
});