Creates a map variable using the Map class
Aliases:
let myMap = new Map<string, type>([ ['key1', 'value1'], ['key2', 'value2']]);