path property

  1. @override
String get path
override

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

Implementation

@override
// TODO: implement path
String get path => throw UnimplementedError();