ModelChangeChannelJoined constructor

const ModelChangeChannelJoined({
  1. required String channel,
})

Implementation

const ModelChangeChannelJoined({
  required this.channel,
});