ContactNumber constructor

ContactNumber(
  1. String number, {
  2. String? countryCode,
})

Implementation

ContactNumber(
  this.number, {
  this.countryCode,
});