GetPhoneNumberTwilioResponseModel constructor
const
GetPhoneNumberTwilioResponseModel({})
Implementation
const GetPhoneNumberTwilioResponseModel({
required this.phoneNumber,
required this.label,
required this.phoneNumberId,
this.assignedAgent,
this.provider,
});