rxdart package
documentation
rx
Subject
<
T
>
stream property
stream
rxdart package
documentation
rx
Subject
<
T
>
stream property
Subject class
Constructors
Subject
Properties
done
first
hashCode
hasListener
isBroadcast
isClosed
isEmpty
isPaused
last
length
onCancel
onListen
onPause
onResume
runtimeType
single
sink
stream
Methods
add
addError
addStream
any
asBroadcastStream
asyncExpand
asyncMap
cast
close
contains
createForwardingSubject
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
onAdd
onAddError
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
stream
property
Null safety
Stream
<
T
>
stream
override
The stream that this controller is controlling.
Implementation
@override Stream<T> get stream => this;