ControllerSample constructor

ControllerSample(
  1. String path,
  2. String _fileName
)

Implementation

ControllerSample(
  String path,
  this._fileName,
) : super(path);