BaseState constructor

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

Implementation

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