copyWith method
Implementation
CreatePhoneNumberResponseModel copyWith({String? phoneNumberId}) {
return CreatePhoneNumberResponseModel(
phoneNumberId: phoneNumberId ?? this.phoneNumberId);
}
CreatePhoneNumberResponseModel copyWith({String? phoneNumberId}) {
return CreatePhoneNumberResponseModel(
phoneNumberId: phoneNumberId ?? this.phoneNumberId);
}