message constructor

message(
  1. String msgid,
  2. String subject,
  3. String intro,
  4. bool seen,
)

Implementation

message(this.msgid, this.subject, this.intro, this.seen);