CameraSettings constructor

const CameraSettings({
  1. String? license,
  2. String? userId,
})

Creates a new instance of CameraSettings.

Implementation

const CameraSettings({
  this.license,
  this.userId,
});