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