LookupInSpec class Key-Value

A sub-operation to perform within a Lookup-In operation.

Constructors

LookupInSpec.count(Object path, {bool? xattr})
Creates a LookupInSpec for fetching the number of elements in the array referenced by path.
factory
LookupInSpec.exists(Object path, {bool? xattr})
Creates a LookupInSpec for fetching whether a specific field exists in the document.
factory
LookupInSpec.get(Object path, {bool? xattr})
Creates a LookupInSpec for fetching a field from the document.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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