FileBox constructor

FileBox(
  1. String _path,
  2. Registry registry
)

Implementation

FileBox(this._path, Registry registry) : super(registry);