getNF function

Map<String, Object?> getNF()

Phone Number JSON data for NF

Implementation

Map<String, Object?> getNF() {
  return {
    "generalDesc": {
      "nationalNumberPattern": "[13]\\d{5}",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [5]
    },
    "fixedLine": {
      "nationalNumberPattern": "(?:1(?:06|17|28|39)|3[0-2]\\d)\\d{3}",
      "exampleNumber": "106609",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [5]
    },
    "mobile": {
      "nationalNumberPattern": "(?:14|3[58])\\d{4}",
      "exampleNumber": "381234",
      "possibleLength": [6],
      "possibleLengthLocalOnly": [5]
    },
    "tollFree": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "premiumRate": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "sharedCost": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "personalNumber": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voip": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "id": "NF",
    "countryCode": 672,
    "internationalPrefix": "00",
    "nationalPrefixForParsing": "([0-258]\\d{4})\$",
    "nationalPrefixTransformRule": "3\$1",
    "sameMobileAndFixedLinePattern": false,
    "numberFormat": [
      {
        "pattern": "(\\d{2})(\\d{4})",
        "format": "\$1 \$2",
        "leadingDigitsPattern": ["1[0-3]"],
        "nationalPrefixOptionalWhenFormatting": false
      },
      {
        "pattern": "(\\d)(\\d{5})",
        "format": "\$1 \$2",
        "leadingDigitsPattern": ["[13]"],
        "nationalPrefixOptionalWhenFormatting": false
      }
    ],
    "intlNumberFormat": [
      {
        "pattern": "(\\d{2})(\\d{4})",
        "format": "\$1 \$2",
        "leadingDigitsPattern": ["1[0-3]"],
        "nationalPrefixOptionalWhenFormatting": false
      },
      {
        "pattern": "(\\d)(\\d{5})",
        "format": "\$1 \$2",
        "leadingDigitsPattern": ["[13]"],
        "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]
    }
  };
}