isGifFileName property

bool get isGifFileName

检查字符串是否为gif文件名。

Implementation

bool get isGifFileName {
  return toLowerCase().endsWith(".gif");
}