WallpaperModel.file constructor Null safety

const WallpaperModel.file(
  1. String path
)

File wallpaper model with path

Implementation

const WallpaperModel.file(this.path) : type = WallpaperTypeEnum.file;