equalsPath method

bool equalsPath(
  1. String other
)

Implementation

bool equalsPath(String other) => pathExtensionContext.equals(this, other);