StreamEmitter<T> class final

Streamの値を送信するインターフェース.

Streams.generate の送信構造を隠蔽するために使用される.

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosed bool
Streamがすでに閉じられている場合はtrue.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ← T
Streamに値を投げる. isClosed がtrueの場合は何もしない.
no getter

Methods

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

Operators

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