copyWith method

IntersectParser copyWith(
  1. ParserList value
)

Implementation

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