Language constructor

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

Implementation

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