ResponseOutputItemAdded class
Emitted each time a new entry is appended to the Response.output
array.
- Inheritance
-
- Object
- ResponseEvent
- ResponseOutputItemAdded
Constructors
- ResponseOutputItemAdded.new({required ResponseItem item, required int outputIndex, required int sequenceNumber})
-
const
-
ResponseOutputItemAdded.fromJson(Map<
String, dynamic> json) -
Parse the wire-format JSON.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- item → ResponseItem
-
The item just appended to the response’s
output
list.final - outputIndex → int
-
Index of the item within
response.output
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber → int
-
Monotonic event number in this stream.
final
- type → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited