ProductStateView constructor

ProductStateView(
  1. String path,
  2. String dirName
)

Implementation

ProductStateView(
  String path,
  this.dirName,
) : super(path);