CameraDescription constructor

CameraDescription({
  1. String? name,
  2. CameraLensDirection? lensDirection,
  3. int? sensorOrientation,
})

Implementation

CameraDescription({this.name, this.lensDirection, this.sensorOrientation});