Gets a system property value
Returns null if the property is not set
String? getSystemProperty(String key) { return _systemProperties[key]; }