isPng property
bool
get
isPng
Checks if the string represents a PNG file path.
Implementation
bool get isPng => _endsWith('.png');
Checks if the string represents a PNG file path.
bool get isPng => _endsWith('.png');