PhoneModel constructor

PhoneModel(
  1. String name,
  2. String number
)

Implementation

PhoneModel(
  this.name,
  this.number,
);