getML function

Map<String, Object?> getML()

Short Number JSON data for ML

Implementation

Map<String, Object?> getML() {
  return {
    "generalDesc": {
      "nationalNumberPattern": "[136-8]\\d{1,4}",
      "possibleLength": [2, 3, 4, 5]
    },
    "fixedLine": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mobile": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "tollFree": {
      "nationalNumberPattern": "1[578]|(?:352|67)00|7402|(?:677|744|8000)\\d",
      "exampleNumber": "15",
      "possibleLength": [2, 4, 5],
      "possibleLengthLocalOnly": [-1]
    },
    "premiumRate": {
      "nationalNumberPattern":
          "(?:12|800)2\\d|3(?:52(?:11|2[02]|3[04-6]|99)|7574)",
      "exampleNumber": "1220",
      "possibleLength": [4, 5],
      "possibleLengthLocalOnly": [-1]
    },
    "sharedCost": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "personalNumber": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voip": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "id": "ML",
    "countryCode": 0,
    "sameMobileAndFixedLinePattern": false,
    "pager": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mainCountryForCode": false,
    "noInternationalDialling": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "uan": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "emergency": {
      "nationalNumberPattern": "1[578]",
      "exampleNumber": "15",
      "possibleLength": [2],
      "possibleLengthLocalOnly": [-1]
    },
    "voicemail": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "shortCode": {
      "nationalNumberPattern":
          "1(?:1(?:[013-9]\\d|2)|2(?:1[02-469]|2[13])|[578])|350(?:35|57)|67(?:0[09]|[59]9|77|8[89])|74(?:0[02]|44|55)|800[0-2][12]|3(?:52|[67]\\d)\\d\\d",
      "exampleNumber": "15",
      "possibleLength": [2, 3, 4, 5],
      "possibleLengthLocalOnly": [-1]
    },
    "standardRate": {
      "nationalNumberPattern": "37(?:433|575)|7400|8001\\d",
      "exampleNumber": "7400",
      "possibleLength": [4, 5],
      "possibleLengthLocalOnly": [-1]
    },
    "carrierSpecific": {
      "nationalNumberPattern": "3503\\d|(?:3[67]\\d|800)\\d\\d",
      "exampleNumber": "35030",
      "possibleLength": [5],
      "possibleLengthLocalOnly": [-1]
    },
    "mobileNumberPortableRegion": false,
    "smsServices": {
      "nationalNumberPattern":
          "374(?:0[24-9]|[1-9]\\d)|7400|3(?:6\\d|75)\\d\\d",
      "exampleNumber": "7400",
      "possibleLength": [4, 5],
      "possibleLengthLocalOnly": [-1]
    }
  };
}