path property

  1. @override
String path
override

A string representing the path of the referenced document (relative to the root of the database).

Implementation

@override
String get path => (super.noSuchMethod(Invocation.getter(#path), returnValue: '') as String);