Cameras constructor
Cameras({
- required String name,
- required String resolution,
- required String videoResolution,
- required String orientation,
- required String focalLength,
- required List<
String> focusModes, - required bool videoSnapshotSupported,
- required bool videoStabilizationSupported,
- required bool zoomSupported,
- required bool smoothZoomSupported,
- required bool autoExposureLockingSupported,
- required bool autoWhiteBalanceLockingSupported,
- required bool flashSupported,
constructor for the class.
Implementation
Cameras({
required this.name,
required this.resolution,
required this.videoResolution,
required this.orientation,
required this.focalLength,
required this.focusModes,
required this.videoSnapshotSupported,
required this.videoStabilizationSupported,
required this.zoomSupported,
required this.smoothZoomSupported,
required this.autoExposureLockingSupported,
required this.autoWhiteBalanceLockingSupported,
required this.flashSupported,
});