kisVideo method

bool kisVideo(
  1. String s
)

检查字符串是否为视频文件

Implementation

bool kisVideo(String s) => matches(_RegexConst.video);