copyWith method

IndexOfParser copyWith(
  1. ParserList value
)

Implementation

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