PatchbaySnapshotRequest class final

Validated request for one snapshot field selection, optionally waited on.

Constructors

PatchbaySnapshotRequest({required String path, PatchbaySnapshotCondition? until, Object? value, Duration? timeout})
PatchbaySnapshotRequest.fromWire(PatchbaySnapshotRequestWire wire)
Decodes one wire request.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isWait bool
Whether this request asks the host to wait rather than answer at once.
no setter
path String
Dot path into the served snapshot object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration?
Wait budget; null for a plain selection.
final
until PatchbaySnapshotCondition?
The condition to wait for, or null for a plain selection.
final
value Object?
The JSON literal PatchbaySnapshotCondition.equals compares against.
final

Methods

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

Operators

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