BtNotifier<T> class abstract

Brother Notifier

Implementers

Constructors

BtNotifier()

Properties

data ← T
no getter
eye → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
obj Object?
holder object for various uses on you need ...
getter/setter pair
rawData → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
getter/setter pair

Methods

add(T? data) → void
eliminate(BtSubscription<T> sub) → void
isSubscriptionsEmpty() bool
listen(BtSubscriptionCallBack? onData) BtSubscription<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update() → void

Operators

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