isPng property

bool isPng

Check image is png or not

Implementation

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