value<T> method

T? value<T>()

Get the current value

Implementation

T? value<T>() => harness.getState<T>(key);