PhotoStrippedSize constructor

const PhotoStrippedSize({
  1. required String type,
  2. required Uint8List bytes,
})

Photo Stripped Size constructor.

Implementation

const PhotoStrippedSize({
  required this.type,
  required this.bytes,
}) : super._();