SentAt constructor

const SentAt({
  1. Key? key,
  2. required MessageType type,
  3. required int timestamp,
})

Internal use only

Implementation

const SentAt({super.key, required this.type, required this.timestamp});