Signal<V> class

Implementers

Constructors

Signal.new(V _value)
Create with value

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSlots bool
Has slot
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots Set<Slot>
Slots
final
value ↔ V
Your value. If you use as a setter notify listeners
getter/setter pair

Methods

addSlot(Slot slot) → void
Add new slot
clearSlots() → void
Clear all slots
combineWith(List<Signal> signals) Signal
Listen any changes this and notifiers any changes
convert<T>(T map(V)) Signal<T>
Map signal
emit() → void
Sign to all slots
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSlot(Slot slot) → void
Remove slot
toString() String
A string representation of this object.
inherited

Operators

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