CvFieldPath class

A CvFieldPath refers to a field in a document (either a map child, or a list item)

Implemented types
Annotations
  • @immutable

Constructors

CvFieldPath(List<Object> parts)
Creates a new FieldPath.
CvFieldPath.fromString(String path)
Creates a new CvFieldPath from a string path.

Properties

firstPart Object
First part of the path.
no setter
hashCode int
The hash code for this object.
no setteroverride
hasParent bool
True if the path has a parent.
no setter
length int
Size
no setteroverride
parent CvFieldPath
Parent
no setter
parts List<Object>
The List of components which make up this CvFieldPath. never empty
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text representation of the path.
no setter

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.
override