getMY function
Short Number JSON data for MY
Implementation
Map<String, Object?> getMY() {
return {
"generalDesc": {
"nationalNumberPattern": "[1369]\\d{2,4}",
"possibleLength": [3, 4, 5]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "112|999",
"exampleNumber": "112",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "MY",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "112|999",
"exampleNumber": "112",
"possibleLength": [3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:0[01348]|1(?:[02]|1[128]|311)|2(?:0[125]|[13-6]|2\\d{0,2})|(?:3[1-35-79]|7[45])\\d\\d?|5(?:454|5\\d\\d?|77|888|999?)|8(?:18?|2|8[18])|9(?:[124]\\d?|68|71|9[0679]))|66628|99[1-469]|13[5-7]|(?:1(?:0[569]|309|5[12]|7[136-9]|9[03])|3[23679]\\d\\d)\\d",
"exampleNumber": "100",
"possibleLength": [3, 4, 5],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"nationalNumberPattern": "666\\d\\d",
"exampleNumber": "66600",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "(?:3[23679]\\d|666)\\d\\d",
"exampleNumber": "32000",
"possibleLength": [5],
"possibleLengthLocalOnly": [-1]
}
};
}