path property

String? path

Slash-delimited path representing the database location of this query.

Implementation

String get path => _pathComponents.join('/');