BatchGetDocumentsResponseElement class

Constructors

BatchGetDocumentsResponseElement({Document? found, String? missing, String? readTime, String? transaction})
BatchGetDocumentsResponseElement.fromJson(Map json_)

Properties

found Document?
A document that was requested.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
missing String?
A document name that was requested but does not exist.
getter/setter pair
readTime String?
The time at which the document was read.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction String?
The transaction that was started as part of this request.
getter/setter pair
transactionAsBytes List<int>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited