PhoneNumberSummary constructor
PhoneNumberSummary({
- String? arn,
- String? id,
- String? phoneNumber,
- PhoneNumberCountryCode? phoneNumberCountryCode,
- PhoneNumberType? phoneNumberType,
Implementation
PhoneNumberSummary({
this.arn,
this.id,
this.phoneNumber,
this.phoneNumberCountryCode,
this.phoneNumberType,
});