ScanResult constructor

const ScanResult({
  1. required String identifier,
  2. required String mediaType,
  3. required List<NsfwLabel> labels,
  4. int frameCount = 1,
})

Implementation

const ScanResult({
  required this.identifier,
  required this.mediaType,
  required this.labels,
  this.frameCount = 1,
});