CountryWithPhoneCode.us constructor

const CountryWithPhoneCode.us()

US locale, useful for dummy values

Implementation

const CountryWithPhoneCode.us()
    : phoneCode = '1',
      countryCode = 'US',
      exampleNumberMobileNational = '(201) 555-0123',
      exampleNumberFixedLineNational = '(201) 555-0123',
      phoneMaskMobileNational = '(000) 000-0000',
      phoneMaskFixedLineNational = '(000) 000-0000',
      exampleNumberMobileInternational = '+1 201-555-0123',
      exampleNumberFixedLineInternational = '+1 201-555-0123',
      phoneMaskMobileInternational = '+0 000-000-0000',
      phoneMaskFixedLineInternational = '+0 000-000-0000',
      countryName = 'United States';