ExportResult constructor

ExportResult({
  1. required String photoSource,
})

Implementation

ExportResult(
    {required this.photoSource});