CameraErrorEvent constructor

const CameraErrorEvent(
  1. int cameraId,
  2. String description
)

Build a CameraError event triggered from the camera represented by cameraId.

The description represents the error occured on the camera.

Implementation

const CameraErrorEvent(super.cameraId, this.description);