Returns value from platform env variable
String? getValue(String key) { if (data.containsKey(key)) { return data[key]; } return null; }