PhoneNumberSummary constructor

PhoneNumberSummary({
  1. String? arn,
  2. String? id,
  3. String? phoneNumber,
  4. PhoneNumberCountryCode? phoneNumberCountryCode,
  5. PhoneNumberType? phoneNumberType,
})

Implementation

PhoneNumberSummary({
  this.arn,
  this.id,
  this.phoneNumber,
  this.phoneNumberCountryCode,
  this.phoneNumberType,
});