PhotoAbstract constructor

const PhotoAbstract({
  1. required String path,
  2. required PhotoSource source,
})

Implementation

const PhotoAbstract({
  required this.path,
  required this.source,
});