Pulse<T> constructor

Pulse<T>(
  1. String key,
  2. PulseSource<T> source
)

Implementation

Pulse(this.key, this.source);