PhoneNumber constructor

PhoneNumber({
  1. String? data,
  2. bool? primary,
  3. PhoneNumberType? type,
})

Implementation

PhoneNumber({
  this.data,
  this.primary,
  this.type,
});