WallpaperModel.placeholder constructor Null safety
Placeholder wallpaper model
Implementation
const WallpaperModel.placeholder()
    : path = 'https://via.placeholder.com/512x512.jpg'
          '?text=Default+Sharing+Wallpaper+missing!',
      type = WallpaperTypeEnum.network;