resume method

ThumperState<E> resume()

Make a resumed version of this.

Implementation

ThumperState<E> resume() =>
    ThumperState<E>(frequency, Power.running, thing, thumpCount);