copyWith method

AllParser copyWith(
  1. ParserList value
)

Implementation

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