static List<String>? getMultipleValues(String property) { if (property.isEmpty) return null; return splitByTopLevelDelimiter(property, _commaCodeUnit); }