kisImage method

bool kisImage(
  1. String s
)

检查字符串是否为图像文件

Implementation

bool kisImage(String s) => matches(_RegexConst.image);