Thread constructor

Thread(
  1. {String updatedAt,
  2. String content,
  3. String uid,
  4. String objectId,
  5. String createdAt,
  6. String status,
  7. String deviceType,
  8. String contact}
)

Implementation

Thread(
    {this.updatedAt,
    this.content,
    this.uid,
    this.objectId,
    this.createdAt,
    this.status,
    this.deviceType,
    this.contact});