WallpaperModel.asset constructor Null safety

const WallpaperModel.asset(
  1. String path
)

Asset wallpaper model with path

Implementation

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