UseCaseSample constructor

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

Implementation

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