SmartChoice<O> constructor

const SmartChoice<O>(
  1. List<ParserBuilder<String, O>> ps
)

Implementation

const SmartChoice(this.ps);