Inheritance
Annotations
  • DocsEditable()
  • DomName('ReadableStream')
  • Experimental()

Static Methods

internalCreateReadableStream() ReadableStream

Constructors

ReadableStream.internal_()

Properties

read / write, inherited
closed Future

read-only
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
state String

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

cancel(Object reason) Future

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
read() Object

toString() String

Returns a string representation of this object.

inherited
wait() Future