StateSample constructor

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

Implementation

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