path property

String path

Returns the path to this reference.

Implementation

String get path {
  throw UnimplementedError('get path not implemented');
}