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
String get path => (super.noSuchMethod(Invocation.getter(#path), returnValue: '') as String);