Contact constructor
Contact({})
Implementation
Contact(
{
// this.q1,
// this.q2,
// this.q3,
// this.q4,
this.selectDepartment,
this.name,
this.email,
this.subject,
this.contactNumber,
this.message});