PhotoAbstract constructor
const
PhotoAbstract({
- required String path,
- required PhotoSource source,
Implementation
const PhotoAbstract({
required this.path,
required this.source,
});