getFO function

Map<String, Object?> getFO()

Phone Number JSON data for FO

Implementation

Map<String, Object?> getFO() {
  return {
    "generalDesc": {
      "nationalNumberPattern": "[2-9]\\d{5}",
      "possibleLength": [6]
    },
    "fixedLine": {
      "nationalNumberPattern": "(?:20|[34]\\d|8[19])\\d{4}",
      "exampleNumber": "201234",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [-1]
    },
    "mobile": {
      "nationalNumberPattern": "(?:[27][1-9]|5\\d|9[16])\\d{4}",
      "exampleNumber": "211234",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [-1]
    },
    "tollFree": {
      "nationalNumberPattern": "80[257-9]\\d{3}",
      "exampleNumber": "802123",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [-1]
    },
    "premiumRate": {
      "nationalNumberPattern": "90(?:[13-5][15-7]|2[125-7]|9\\d)\\d\\d",
      "exampleNumber": "901123",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [-1]
    },
    "sharedCost": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "personalNumber": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voip": {
      "nationalNumberPattern": "(?:6[0-36]|88)\\d{4}",
      "exampleNumber": "601234",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [-1]
    },
    "id": "FO",
    "countryCode": 298,
    "internationalPrefix": "00",
    "nationalPrefixForParsing": "(10(?:01|[12]0|88))",
    "sameMobileAndFixedLinePattern": false,
    "numberFormat": [
      {
        "pattern": "(\\d{6})",
        "format": "\$1",
        "leadingDigitsPattern": ["[2-9]"],
        "domesticCarrierCodeFormattingRule": "\$CC \$1",
        "nationalPrefixOptionalWhenFormatting": false
      }
    ],
    "intlNumberFormat": [
      {
        "pattern": "(\\d{6})",
        "format": "\$1",
        "leadingDigitsPattern": ["[2-9]"],
        "domesticCarrierCodeFormattingRule": "\$CC \$1",
        "nationalPrefixOptionalWhenFormatting": false
      }
    ],
    "pager": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mainCountryForCode": false,
    "noInternationalDialling": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "uan": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "emergency": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voicemail": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "shortCode": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "standardRate": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "carrierSpecific": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mobileNumberPortableRegion": false,
    "smsServices": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    }
  };
}