copyWith method

TakeParser copyWith(
  1. ParserList value
)

Implementation

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