propertyAsFile method

File? propertyAsFile(
  1. String key, [
  2. File? def
])

Implementation

File? propertyAsFile(String key, [File? def]) =>
    property<File>(key, def, TypeParserIO.parseFile);