isSvg property

bool get isSvg

Checks if the string represents an SVG file path.

Implementation

bool get isSvg => _endsWith('.svg');