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