logSubEntryInTest method

Iterable<int> logSubEntryInTest(
  1. int testInfoId
)
inherited

Implementation

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