RScanCameraDescription constructor

RScanCameraDescription({
  1. String? name,
  2. RScanCameraLensDirection? lensDirection,
})

Implementation

RScanCameraDescription({
  this.name,
  this.lensDirection,
});