inputPath property

String inputPath
final

May be a file or a directory. When it is a directory, all files in the directory will be used as input. When it is a file, only that file will be used as input, and you will not be able to use use pkg imports. The file name will be used as the name of the generated world.

Implementation

final String inputPath;