Complaint constructor
Complaint()
Implementation
Complaint(super._id, this._category, this._title, this._details, this._status,
this._userId, this._createdAt, this._lastUpdatedAt);
Complaint(super._id, this._category, this._title, this._details, this._status,
this._userId, this._createdAt, this._lastUpdatedAt);