BitControl<M, V, L>.worker constructor
BitControl<M, V, L>.worker (})
Implementation
BitControl.worker(BitWorker<V, L> worker,
{M? initial, bool lazy = true, bool history = true})
: this(Bit<V, L>(worker), initial: initial, lazy: lazy, history: history);