hasConflict method

bool hasConflict(
  1. String commandId
)

Whether commandId has a terminal conflict.

Implementation

bool hasConflict(String commandId) => _conflicts.contains(commandId);