Reference class

Constructors

Reference(DocumentRequest request, FirestoreDatabase database, {List<String> idPath = const []})
factory
Reference.fromFirestore(Map<String, Object> reference, [String defaultValue = '/'])
Reference.fromString(String reference)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
idPath List<String>
no setter
isRoot bool
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

matchesString(String string) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant Reference other) bool
The equality operator.
override