Map2<I, O1, O2, O> constructor
const
Map2<I, O1, O2, O> (
- ParserBuilder<
I, O1> parser1, - ParserBuilder<
I, O2> parser2, - SemanticAction<
O> map
Implementation
const Map2(this.parser1, this.parser2, this.map);