List<String> incomes(String id) { return this.incomesByNodeIdMap[id]?.map((relation) => relation['outcome']!).toList() ?? []; }