PhotoObject constructor

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

Implementation

const PhotoObject({
  required super.path,
  required super.source,
});