PostCommentFirestore constructor

PostCommentFirestore(
  1. GetCollection getCollection,
  2. String appId
)

Implementation

PostCommentFirestore(this.getCollection, this.appId)
    : postCommentCollection = getCollection();