Observable

Undocumented in source.

Members

Aliases

ObservedType
alias ObservedType = T
Undocumented in source.

Functions

subscribe
Subscription subscribe(Observer!T observer)
Undocumented in source.
unsubscribe
bool unsubscribe(Observer!T observer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

hasSubscribers
bool hasSubscribers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isCompleted
bool isCompleted [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta