isFile property

bool get isFile

Whether this source opens a file path.

Implementation

bool get isFile => _filePath != null;