isFilePath property

bool isFilePath

Implementation

bool get isFilePath => isPath && File(imagePath!).existsSync();