ContactInfo constructor

ContactInfo({
  1. String? type,
  2. TelephoneNumber? telephone,
})

Implementation

ContactInfo({
  this.type, this.telephone
});