FileDataContainer constructor

FileDataContainer(
  1. String path
)

Implementation

FileDataContainer(String path) : _file = File(path);