GetPhoneNumberSIPTrunkResponseModel constructor

const GetPhoneNumberSIPTrunkResponseModel({
  1. required String phoneNumber,
  2. required String label,
  3. required String phoneNumberId,
  4. dynamic assignedAgent,
  5. String? provider,
  6. dynamic providerConfig,
})

Implementation

const GetPhoneNumberSIPTrunkResponseModel({
  required this.phoneNumber,
  required this.label,
  required this.phoneNumberId,
  this.assignedAgent,
  this.provider,
  this.providerConfig,
});