CountryWithPhoneCode.gb constructor

const CountryWithPhoneCode.gb()

GB locale, useful for dummy values

Implementation

const CountryWithPhoneCode.gb()
    : phoneCode = '44',
      countryCode = 'GB',
      exampleNumberMobileNational = '07400 123456',
      exampleNumberFixedLineNational = '0121 234 5678',
      phoneMaskMobileNational = '+00 00000 000000',
      phoneMaskFixedLineNational = '+00 0000 000 0000',
      exampleNumberMobileInternational = '+44 7400 123456',
      exampleNumberFixedLineInternational = '+44 121 234 5678',
      phoneMaskMobileInternational = '+00 0000 000000',
      phoneMaskFixedLineInternational = '+00 000 000 0000',
      countryName = 'United Kingdom';