GroupChatDetails constructor

GroupChatDetails({
  1. required String groupName,
  2. required String profileImage,
})

Implementation

GroupChatDetails({required this.groupName,required this.profileImage,});