StreamableResponse class

The StreamableResponse class is used to create a streamable response.

It is used to send data to the client in a streamable way.

Constructors

StreamableResponse(InternalResponse _response)
The StreamableResponse constructor is used to create a new instance of the StreamableResponse class.

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

end() StreamedResponse
This method is used to end the response.
init() → void
This method is used to initialize the response.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Object data) → void
This method is used to send data to the response.
toString() String
A string representation of this object.
inherited

Operators

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