Stream<List<FireDoc>> getWithStream() => _query.snapshots().map((value) { return value.docs.map((e) => FireDoc(e.reference)).toList(); });