startsWith method

bool startsWith(
  1. WindowsPath other
)

Implementation

bool startsWith(WindowsPath other) => _string.startsWith(other._string);