StreamFetchInvalidationsRequest class
Open a stream of Fetch response invalidation signals.
Constructors
- StreamFetchInvalidationsRequest({String? lastKnownVersionNumber})
- StreamFetchInvalidationsRequest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastKnownVersionNumber ↔ String?
-
If this client has previously performed a Fetch, this indicates which
Template version was used to process it (returned in the Fetch response).
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited