isSoft property

bool get isSoft

Checks if the path element is soft (not hard).

Implementation

bool get isSoft {
  return !isHard;
}