WallpaperModel.placeholder constructor Null safety

const WallpaperModel.placeholder()

Placeholder wallpaper model

Implementation

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