path property

  1. @override
String path
override

A string containing the slash-separated path to this CollectionReference (relative to the root of the database).

Implementation

@override
// TODO: implement path
String get path => _path;