Path class abstract
/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Path is a simple name or a complex path using the '->' separator.
Constructors
- Path()
- Path.parse(String path)
-
Construct a Path from string or throw ParseError.
factory
Properties
Methods
-
get(
int i) → String - Get name at given index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Get string encoding.
override
Operators
-
operator ==(
Object that) → bool -
Equality is based on string.
override