RepositoryImplSample constructor

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

Implementation

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