atomsMap static method

Map<int, PeepAtom> atomsMap()

Implementation

static Map<int, PeepAtom> atomsMap() => {for (var e in atoms) e.hashCode: e};