mustExist property

bool mustExist
final

Set to true if DartdocOption subclasses should validate that the directory or file exists. Does not imply validation of defaultsTo, and requires that one of isDir or isFile is set.

Implementation

final bool mustExist;