EvtState<T> constructor

EvtState<T>([
  1. T? value
])

Implementation

EvtState([this.value]) : _rand = _random.nextInt(1 << 32);