dartbase_admin package
documentation
models
DocumentReference
stream property
stream
dartbase_admin package
documentation
models
DocumentReference
stream property
DocumentReference class
Constructors
DocumentReference
Properties
exists
fullPath
hashCode
id
path
runtimeType
stream
Methods
collection
create
delete
get
noSuchMethod
set
toString
update
Operators
operator ==
stream
property
Stream
<
Document
>
stream
Implementation
Stream<Document> get stream => _gateway.streamDocument(fullPath);