RepositorySample constructor

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

Implementation

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