CapturePhoto constructor

CapturePhoto({
  1. required String videocall,
  2. required String jeweltry,
})

Implementation

CapturePhoto({
  required this.videocall,
  required this.jeweltry,
});