AdeptPublishSubject<T> class

Constructors

AdeptPublishSubject({dynamic id, AdeptController? valueNotifier})

Properties

hashCode int
The hash code for this object.
no setteroverride
hasListeners bool
no setter
id ↔ dynamic
getter/setter pair
publishSubject → PublishSubject<T?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
no setter
valueNotifier AdeptController?
getter/setter pair

Methods

close() → void
listen(void onData(T? event), {Function? onError, void onDone()?, bool? cancelOnError}) StreamSubscription<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(T? value, {bool force = false}) → void
stream() Stream<T?>
toString() String
A string representation of this object.
inherited

Operators

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