Extension constructor

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

Implementation

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