Participant constructor

Participant({
  1. String? phoneNumber,
  2. String? proxyPhoneNumber,
})

Implementation

Participant({
  this.phoneNumber,
  this.proxyPhoneNumber,
});