GameRolesChanged constructor

const GameRolesChanged(
  1. Channel user, [
  2. Set<String> roles = const {}
])

Implementation

const GameRolesChanged(this.user, [this.roles = const {}]);