PhotoPathSize constructor

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

Photo Path Size constructor.

Implementation

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