ReportChat constructor

ReportChat({
  1. required int chatId,
  2. required String optionId,
  3. required List<int> messageIds,
  4. required String text,
})

Implementation

ReportChat({
  required this.chatId,
  required this.optionId,
  required this.messageIds,
  required this.text,
});