Currently I define map keys like following:
static const KEY_X = "x";
But I saw that something like following is possible as well:
var isWifiConnected = connectionInfo[:wifi].state == System.CONNECTION_STATE_CONNECTED;
Is it possible to define such variables like the ":wifi" myself aswell?