Contact constructor

Contact(
  1. String name,
  2. String phone
)

Implementation

Contact(this.name, this.phone);