isImage property

bool isImage

Image regex

Implementation

bool get isImage => hasMatch(this, Patterns.image);