menu
hop_doc package
documentation
hop_doc
DocumentSnapshot
DocumentSnapshot constructor
DocumentSnapshot
brightness_4
DocumentSnapshot
constructor
Null safety
DocumentSnapshot
(
Document
?
doc
,
{
required
bool
success
,
String
?
reason
=
""
}
)
Implementation
DocumentSnapshot(this.doc, {required this.success, this.reason = ""});
hop_doc package
documentation
hop_doc
DocumentSnapshot
DocumentSnapshot constructor
DocumentSnapshot class
Constructors
DocumentSnapshot
Properties
doc
hashCode
reason
runtimeType
success
Methods
noSuchMethod
toString
Operators
operator ==