MessageCallResponse constructor

const MessageCallResponse({
  1. required List<String> participants,
  2. DateTime? endedTimestamp,
})

Implementation

const MessageCallResponse({required this.participants, this.endedTimestamp});