getAU function

Map<String, Object?> getAU()

Short Number JSON data for AU

Implementation

Map<String, Object?> getAU() {
  return {
    "generalDesc": {
      "nationalNumberPattern": "[0-27]\\d{2,7}",
      "possibleLength": [3, 4, 5, 6, 7, 8]
    },
    "fixedLine": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mobile": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "tollFree": {
      "nationalNumberPattern": "000|1(?:06|12|258885|55\\d)|733",
      "exampleNumber": "000",
      "possibleLength": [3, 4, 7],
      "possibleLengthLocalOnly": [-1]
    },
    "premiumRate": {
      "nationalNumberPattern": "1(?:2(?:34|456)|9\\d{4,6})",
      "exampleNumber": "1234",
      "possibleLength": [4, 5, 6, 7, 8],
      "possibleLengthLocalOnly": [-1]
    },
    "sharedCost": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "personalNumber": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "voip": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "id": "AU",
    "countryCode": 0,
    "sameMobileAndFixedLinePattern": false,
    "pager": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "mainCountryForCode": false,
    "noInternationalDialling": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "uan": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "emergency": {
      "nationalNumberPattern": "000|1(?:06|12)",
      "exampleNumber": "000",
      "possibleLength": [3],
      "possibleLengthLocalOnly": [-1]
    },
    "voicemail": {
      "possibleLength": [-1],
      "possibleLengthLocalOnly": [-1]
    },
    "shortCode": {
      "nationalNumberPattern":
          "000|1(?:06|1(?:00|2|9[46])|2(?:014[1-3]|[23]\\d|(?:4|5\\d)\\d{2,3}|68[689]|72(?:20|3\\d\\d)|8(?:[013-9]\\d|2))|555|9\\d{4,6})|225|7(?:33|67)",
      "exampleNumber": "000",
      "possibleLength": [3, 4, 5, 6, 7, 8],
      "possibleLengthLocalOnly": [-1]
    },
    "standardRate": {
      "nationalNumberPattern": "1(?:1[09]\\d|24733)|225|767",
      "exampleNumber": "225",
      "possibleLength": [3, 4, 6],
      "possibleLengthLocalOnly": [-1]
    },
    "carrierSpecific": {
      "nationalNumberPattern": "1(?:258885|55\\d)",
      "exampleNumber": "1550",
      "possibleLength": [4, 7],
      "possibleLengthLocalOnly": [-1]
    },
    "mobileNumberPortableRegion": false,
    "smsServices": {
      "nationalNumberPattern": "19\\d{4,6}",
      "exampleNumber": "190000",
      "possibleLength": [6, 7, 8],
      "possibleLengthLocalOnly": [-1]
    }
  };
}