docRefWithId method

DocRef docRefWithId([
  1. String? id
])

Implementation

DocRef docRefWithId([String? id]) {
  return docRef(ref.doc(id));
}