isSplit method

bool isSplit(
  1. String id
)

Implementation

bool isSplit(String id) {
  return isMultiple(this.outcomesByNodeIdMap, id);
}