ChatMemberInfoFirestore constructor

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

Implementation

ChatMemberInfoFirestore(this.getCollection, this.appId)
    : chatMemberInfoCollection = getCollection();