String? get(String key) { var values = _data[key]; if (values != null && values.isNotEmpty) { return values[0]; } return null; }