WallpaperModel constructor Null safety
- {required WallpaperTypeEnum type,
- required String path}
Wallpaper model
Implementation
const WallpaperModel({required this.type, required this.path});
Wallpaper model
const WallpaperModel({required this.type, required this.path});