ImageSource constructor
ImageSource({
- required ImageSourceType type,
- required String? filePath,
Implementation
ImageSource({
required this.type,
required this.filePath,
});