isPng property

bool get isPng

Checks if the string represents a PNG file path.

Implementation

bool get isPng => _endsWith('.png');