PatchbaySnapshotMiss enum
Why a path resolved to nothing.
A bare found: false cannot tell a field that has not appeared yet from a
path that can never resolve against this snapshot, which is exactly the
difference between "wait longer" and "fix the path".
Values
- missingKey → const PatchbaySnapshotMiss
-
A segment names a key the object at that level does not have.
- nullValue → const PatchbaySnapshotMiss
-
A segment resolved to JSON null.
- notAnObject → const PatchbaySnapshotMiss
-
A segment before the last resolved to a present, non-null non-object, so the remaining segments have nothing to index into.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wire → PatchbaySnapshotMissWire
-
no setter
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
Static Methods
Constants
-
values
→ const List<
PatchbaySnapshotMiss> - A constant List of the values in this enum, in order of their declaration.