ContactUs constructor
ContactUs({})
Returns a new ContactUs instance.
Implementation
ContactUs({
required this.name,
required this.email,
required this.phone,
required this.message,
this.user,
this.postcode,
this.campaign,
});