endsWith method
Determines whether other is a suffix of this.
Implementation
bool endsWith(WindowsPath other) => _string.endsWith(other._string);
Determines whether other is a suffix of this.
bool endsWith(WindowsPath other) => _string.endsWith(other._string);