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