ValueOrMatcher<T>.value constructor

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

Implementation

const ValueOrMatcher.value(T this._value)
  : _matcher = null,
    _type = _ValueOrMatcherType.value;