Path class abstract

/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Path is a simple name or a complex path using the '->' separator.

Implementers
Annotations
  • @immutable

Constructors

Path()
Path.parse(String path)
Construct a Path from string or throw ParseError.
factory

Properties

hashCode int
Hashcode is based on string.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Number of names in the path.
no setter

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