CameraMacOSException constructor

CameraMacOSException({
  1. String code = '',
  2. String message = '',
  3. Object? details,
})

Implementation

CameraMacOSException({
  this.code = '',
  this.message = '',
  this.details,
});