loops method

List<String> loops(
  1. String id
)

Implementation

List<String> loops(String id) {
  return this.loopsByNodeIdMap[id] ?? [];
}