VoidSignal class
Generate signals that don't carry any value
Constructors
- VoidSignal()
- Create a VoidSignal
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- hasSlots → bool
- 
  Has slot
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  slots
  → Set<Slot> 
- 
  Slots
  finalinherited
- value ↔ void
- 
  Your value.
If you use as a setter notify listeners
  getter/setter pairinherited-getteroverride-setter
Methods
- 
  addSlot(Slot< void> slot) → void
- 
  Add new slot
  inherited
- 
  clearSlots() → void 
- 
  Clear all slots
  inherited
- 
  combineWith(List< Signal> signals) → Signal
- 
  Listen any changes this and notifiersany changesinherited
- 
  convert<T> (T map(void)) → Signal< T> 
- 
  Map signal
  inherited
- 
  emit() → void 
- 
  Sign to all slots
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  removeSlot(Slot< void> slot) → void
- 
  Remove slot
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited