Btv<T> class

Inheritance

Constructors

Btv(T initial)

Properties

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

Methods

add(T? data) → void
inherited
eliminate(BtSubscription<T> sub) → void
inherited
isSubscriptionsEmpty() bool
inherited
listen(BtSubscriptionCallBack? onData) BtSubscription<T>
inherited
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
inherited

Operators

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