copyWith method

ReplaceMatchesParser copyWith(
  1. ParserList value
)

Implementation

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