Snapshot constructor

Snapshot({
  1. required Uint8List image,
  2. required String name,
})

Implementation

Snapshot({required this.image, required this.name});