ValueOrMatcher<T>.value constructor
const
ValueOrMatcher<T>.value (
- T _value
Implementation
const ValueOrMatcher.value(T this._value)
: _matcher = null,
_type = _ValueOrMatcherType.value;