copyWith method

SubstringParser copyWith(
  1. ParserList value
)

Implementation

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