PatternMatcher<I, O> constructor

PatternMatcher<I, O>(
  1. List<_Case<I, dynamic, O>> _cases
)

Implementation

PatternMatcher(this._cases);