fileTypeWallpaper property

FileTypeWallpaper? fileTypeWallpaper

The file is a wallpaper or a background pattern

Implementation

FileTypeWallpaper? get fileTypeWallpaper {
  if (this is FileTypeWallpaper) {
    return this as FileTypeWallpaper;
  }
  return null;
}