IMMessage constructor

IMMessage({
  1. String? type,
  2. String? from,
  3. String? fromName,
  4. String? to,
  5. String? timestamp,
  6. String? time,
  7. String? content,
  8. String? read,
  9. String? pk,
})

Implementation

IMMessage({
  this.type,
  this.from,
  this.fromName,
  this.to,
  this.timestamp,
  this.time,
  this.content,
  this.read,
  this.pk,
});