copyWith method

AggregateParser copyWith(
  1. ParserList value
)

Implementation

AggregateParser copyWith(ParserList value) => AggregateParser(value);