Path1 class

Inheritance

Constructors

Path1(String name)

Properties

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

Methods

get(int i) String
Get name at given index.
override
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.
inherited