PhoneNumber constructor

const PhoneNumber(
  1. Country country,
  2. String number
)

Implementation

const PhoneNumber(this.country, this.number);