ref property

Obtains a DatabaseReference corresponding to this query's location.

Implementation

DatabaseReferencePlatform get ref {
  throw UnimplementedError('get ref() not implemented');
}