value<T> function

ValueOrMatcher<T> value<T>(
  1. T value
)

Implementation

ValueOrMatcher<T> value<T>(T value) => ValueOrMatcher<T>.value(value);