Path class
Constructors
Properties
Methods
-
append(
String path, {String? type}) → Path -
copyWith(
{List< String> ? segments, String? filename, String? filetype}) → Path -
join(
Path p) → Path -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{bool withExtension = true}) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override