FirestoreRepo<T> constructor

FirestoreRepo<T>({
  1. List<RemoteRepoPath>? paths,
})

Implementation

FirestoreRepo({
  this.paths,
});