PhoneNumberCapabilities constructor

PhoneNumberCapabilities({
  1. bool? inboundCall,
  2. bool? inboundMMS,
  3. bool? inboundSMS,
  4. bool? outboundCall,
  5. bool? outboundMMS,
  6. bool? outboundSMS,
})

Implementation

PhoneNumberCapabilities({
  this.inboundCall,
  this.inboundMMS,
  this.inboundSMS,
  this.outboundCall,
  this.outboundMMS,
  this.outboundSMS,
});