copyWith method

ExcludeParser copyWith(
  1. ParserList value
)

Implementation

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