ReplaceAll<O> constructor
const
ReplaceAll<O> (
- Parser<
StringReader, O> p, - String f(), {
- String? name,
Implementation
const ReplaceAll(this.p, this.f, {String? name}) : super(name);