copyWith method

LogParser copyWith(
  1. ParserList value
)

Implementation

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