Message constructor

Message(
  1. {String type,
  2. String content,
  3. Feedback feedback,
  4. String createdAt,
  5. String updatedAt,
  6. String objectId}
)

Implementation

Message(
    {this.type,
    this.content,
    this.feedback,
    this.createdAt,
    this.updatedAt,
    this.objectId});