isJoin method

bool isJoin(
  1. String id
)

Implementation

bool isJoin(String id) {
  return isMultiple(this.incomesByNodeIdMap, id);
}