isFile property

bool isFile

Set to true if this option represents the name of a file.

Implementation

bool get isFile => optionIs == OptionKind.file;