WallpaperModel constructor Null safety

const WallpaperModel(
  1. {required WallpaperTypeEnum type,
  2. required String path}
)

Wallpaper model

Implementation

const WallpaperModel({required this.type, required this.path});