Contact constructor

Contact({
  1. String email = 'contact@info.com',
})

Implementation

Contact({
  this.email = 'contact@info.com',
});