InvalidPathError class

Invalid path format or structure.

This error is thrown when a file path doesn't follow the expected format or points to a location that cannot exist in the project structure.

Inheritance

Constructors

InvalidPathError.new(String path)
Creates a new InvalidPathError for the given path.

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
The invalid path that caused the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited