DocumentReferencePlatform constructor

DocumentReferencePlatform(
  1. FirebaseFirestorePlatform firestore,
  2. String path
)

Create instance of DocumentReferencePlatform

Implementation

DocumentReferencePlatform(
  this.firestore,
  String path,
)   : _pointer = Pointer(path),
      super(token: _token);