FileUpdater constructor

FileUpdater(
  1. List<String> lines
)

Implementation

FileUpdater(List<String> lines) : _data = lines;