fileTypeWallpaper property
The file is a wallpaper or a background pattern
Implementation
FileTypeWallpaper? get fileTypeWallpaper {
if (this is FileTypeWallpaper) {
return this as FileTypeWallpaper;
}
return null;
}
The file is a wallpaper or a background pattern
FileTypeWallpaper? get fileTypeWallpaper {
if (this is FileTypeWallpaper) {
return this as FileTypeWallpaper;
}
return null;
}