PhoneNumber constructor

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

Implementation

PhoneNumber(this.number, this.country);