MessageResponseSchemaCall constructor

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

Implementation

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