doc method

  1. @override
DocumentReference<Map<String, dynamic>> doc(
  1. String? documentPath
)
override

Gets a DocumentReference for the specified Firestore path.

Implementation

@override
_i2.DocumentReference<Map<String, dynamic>> doc(String? documentPath) =>
    (super.noSuchMethod(Invocation.method(#doc, [documentPath]), returnValue: _FakeDocumentReference<Map<String, dynamic>>())
        as _i2.DocumentReference<Map<String, dynamic>>);