jumpTo method

void jumpTo(
  1. T target
)

Immediately set a new value.

Implementation

void jumpTo(T target) => _hooked.jumpTo(target);