isImage property

bool get isImage

Image regex

Implementation

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