CameraDescription constructor
CameraDescription({
- String? name,
- CameraLensDirection? lensDirection,
- int? sensorOrientation,
Implementation
CameraDescription({this.name, this.lensDirection, this.sensorOrientation});