Iterable<int> logSubEntryInTest(int testInfoId) => (logEntryInTest[testInfoId] ?? <int>[]) .expand((logEntryId) => logSubEntryInEntry[logEntryId] ?? <int>[]);