isLocalFile property

bool isLocalFile

是否为本地磁盘文件的图片

Implementation

bool get isLocalFile {
  return this is XXFile;
}