isSvg property
bool
get
isSvg
Checks if the string represents an SVG file path.
Implementation
bool get isSvg => _endsWith('.svg');
Checks if the string represents an SVG file path.
bool get isSvg => _endsWith('.svg');