copyWith method

SubsetOfParser copyWith(
  1. ParserList value
)

Implementation

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