ChannelPartialRecipientResponse constructor

const ChannelPartialRecipientResponse({
  1. required String username,
})

Implementation

const ChannelPartialRecipientResponse({required this.username});