List<String> dataAvailableIn() { return data.keys .toList() .where((element) => element.split('_').length == 1) .toList(); }