isImage method

bool isImage()

Image regex

Implementation

bool isImage() => RegVal.hasMatch(
      this,
      RegexPattern.image,
    );