isFilePath property

bool isFilePath

Implementation

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