Gets a property value with default
String getPropertyOrDefault(String key, String defaultValue) => _context.getProperty(key) ?? defaultValue;