SIQMessage constructor

SIQMessage(
  1. String? text,
  2. String? sender,
  3. DateTime? time,
  4. bool? isRead,
  5. File? file,
)

Implementation

SIQMessage(this.text, this.sender, this.time, this.isRead, this.file);