Termination constructor

Termination({
  1. List<String>? callingRegions,
  2. List<String>? cidrAllowedList,
  3. int? cpsLimit,
  4. String? defaultPhoneNumber,
  5. bool? disabled,
})

Implementation

Termination({
  this.callingRegions,
  this.cidrAllowedList,
  this.cpsLimit,
  this.defaultPhoneNumber,
  this.disabled,
});