Pointer class
Internal helper class used to manage storage reference paths.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isRoot → bool
- 
  Returns whether the path points to the root of a bucket.
  no setter
- name → String
- 
  Returns the name of the path.
  no setter
- parent → String?
- 
  Returns the parent path.
  no setter
- path → String
- 
  Returns the serialized path.
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  child(String childPath) → String 
- Returns a child path relative to the current path.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited