CreateChatGroup constructor

const CreateChatGroup({
  1. Key? key,
  2. required List<String> userIds,
})

Implementation

const CreateChatGroup({
  Key? key,
  required this.userIds,
}) : super(key: key);