MobileScannerErrorDetails constructor

const MobileScannerErrorDetails({
  1. String? code,
  2. Object? details,
  3. String? message,
})

Implementation

const MobileScannerErrorDetails({
  this.code,
  this.details,
  this.message,
});