CameraCapture constructor

const CameraCapture({
  1. required List<Capture> captures,
})

Creates a new instance of CameraCapture.

Implementation

const CameraCapture({
  required this.captures,
});