BtKey class

Brother Key is a Notifier without holding a value/data

Inheritance

Constructors

BtKey()

Properties

data ← dynamic
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 → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
getter/setter pairinherited

Methods

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

Operators

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