backgroundTypeWallpaper property

BackgroundTypeWallpaper? backgroundTypeWallpaper

A wallpaper in JPEG format

Implementation

BackgroundTypeWallpaper? get backgroundTypeWallpaper {
  if (this is BackgroundTypeWallpaper) {
    return this as BackgroundTypeWallpaper;
  }
  return null;
}