ChannelParticipantLeft constructor

const ChannelParticipantLeft({
  1. required PeerBase peer,
})

Channel Participant Left constructor.

Implementation

const ChannelParticipantLeft({required this.peer}) : super._();